Click or drag to resize

SerialException(SerialError, String, Exception) Constructor

Initializes a new instance of the SerialException class.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public SerialException(
	SerialError serialError,
	string message = null,
	Exception innerException = null
)
View Source

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