C# Class CSReportWebServer.NativeMessaging.EndOfInputStreamException

Inheritance: NativeMessagingException
Datei anzeigen Open project: javiercrowsoft/CSReports.net

Public Methods

Method Description
EndOfInputStreamException ( ) : System
EndOfInputStreamException ( string message ) : System
EndOfInputStreamException ( string message, Exception innerException ) : System

Protected Methods

Method Description
EndOfInputStreamException ( SerializationInfo info, StreamingContext context ) : System

Method Details

EndOfInputStreamException() public method

public EndOfInputStreamException ( ) : System
return System

EndOfInputStreamException() protected method

protected EndOfInputStreamException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

EndOfInputStreamException() public method

public EndOfInputStreamException ( string message ) : System
message string
return System

EndOfInputStreamException() public method

public EndOfInputStreamException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System