VncException Constructor (String, VncFailureReason, Exception)

RemoteViewing
Initializes an instance of the VncException class, with a reason specified.

Namespace:  RemoteViewing.Vnc
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public VncException(
	string message,
	VncFailureReason reason = VncFailureReason.Unknown,
	Exception innerException = null
)

Parameters

message
Type: SystemString
The error message.
reason (Optional)
Type: RemoteViewing.VncVncFailureReason
The reason the exception was thrown.
innerException (Optional)
Type: SystemException
The exception that caused this exception to be thrown, or null.
See Also

Reference