Initializes an instance of the VncException class, with a reason specified.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public VncException( string message, VncFailureReason reason = VncFailureReason.Unknown, Exception innerException = null )
Parameters
- message
- Type: System String
The error message.
- reason (Optional)
- Type: RemoteViewing.Vnc VncFailureReason
The reason the exception was thrown.
- innerException (Optional)
- Type: System Exception
The exception that caused this exception to be thrown, or null.
See Also