C# Class amp.messaging.MessageException

Inheritance: System.Exception
ファイルを表示 Open project: Berico-Technologies/AMP

Public Methods

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

Protected Methods

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

Method Details

MessageException() public method

public MessageException ( ) : System
return System

MessageException() protected method

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

MessageException() public method

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

MessageException() public method

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