Show / Hide Table of Contents

Class UnsupportedProtocolFeatureException

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

Constructors

| Improve this Doc View Source

UnsupportedProtocolFeatureException()

Declaration
public UnsupportedProtocolFeatureException()
| Improve this Doc View Source

UnsupportedProtocolFeatureException(Nullable<String>)

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

UnsupportedProtocolFeatureException(Nullable<String>, Nullable<Exception>)

Declaration
public UnsupportedProtocolFeatureException(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