Show / Hide Table of Contents

Class RfbProtocolException

Inheritance
System.Object
RfbProtocolException
HandshakeFailedException
UnexpectedDataException
UnexpectedEndOfStreamException
UnsupportedProtocolFeatureException
Namespace: MarcusW.VncClient.Protocol
Assembly: MarcusW.VncClient.dll
Syntax
public class RfbProtocolException : Exception

Constructors

| Improve this Doc View Source

RfbProtocolException()

Declaration
public RfbProtocolException()
| Improve this Doc View Source

RfbProtocolException(Nullable<String>)

Declaration
public RfbProtocolException(string? message)
Parameters
Type Name Description
System.Nullable<System.String> message
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX