C# Class CSReportWebServer.NativeMessaging.ProtocolErrorException

Inheritance: NativeMessagingException
Show file Open project: javiercrowsoft/CSReports.net

Public Methods

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

Protected Methods

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

Method Details

ProtocolErrorException() public method

public ProtocolErrorException ( ) : System
return System

ProtocolErrorException() protected method

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

ProtocolErrorException() public method

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

ProtocolErrorException() public method

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