Show / Hide Table of Contents

Class UnexpectedEndOfStreamException

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

Constructors

| Improve this Doc View Source

UnexpectedEndOfStreamException()

Declaration
public UnexpectedEndOfStreamException()
| Improve this Doc View Source

UnexpectedEndOfStreamException(Nullable<String>)

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

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

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