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: 0.9.1.0 (0.9.1.0)
Syntax

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

Parameters

message
Type: OnlineSystem String
The error message.
reason (Optional)
Type: RemoteViewing.Vnc VncFailureReason
The reason the exception was thrown.
innerException (Optional)
Type: OnlineSystem Exception
The exception that caused this exception to be thrown, or null.
See Also