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