Class RfbProtocolException
Inheritance
System.Object
RfbProtocolException
Namespace: MarcusW.VncClient.Protocol
Assembly: MarcusW.VncClient.dll
Syntax
public class RfbProtocolException : Exception
Constructors
| Improve this Doc View SourceRfbProtocolException()
Declaration
public RfbProtocolException()
RfbProtocolException(Nullable<String>)
Declaration
public RfbProtocolException(string? message)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.String> | message |
RfbProtocolException(Nullable<String>, Nullable<Exception>)
Declaration
public RfbProtocolException(string? message, Exception? innerException)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.String> | message | |
System.Nullable<Exception> | innerException |