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