C# Class CSReportWebServer.NativeMessaging.NativeMessagingException

Inheritance: System.Exception
Show file Open project: javiercrowsoft/CSReports.net

Public Methods

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

Protected Methods

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

Method Details

NativeMessagingException() public method

public NativeMessagingException ( ) : System
return System

NativeMessagingException() protected method

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

NativeMessagingException() public method

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

NativeMessagingException() public method

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