SerialException(SerialError, String, Exception) Constructor

Initializes a new instance of the SerialException class.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.150 -- Release Build+db91167944c21f6f51e864f1e794cb2c48194ae6
public SerialException(
	SerialError serialError,
	string? message = null,
	Exception? innerException = null
)

Parameters

serialError  SerialError
The SerialError associated with the exception.
message  String  (Optional)
The error message that explains the reason for the exception, or to use the default message associated with serialError.
innerException  Exception  (Optional)
The exception that is the cause of the current exception, or if no inner exception is specified.

See Also