C# Class Machine.Mta.MessageInterfaces.MessageCreationException

Inheritance: System.Exception
Mostrar archivo Open project: machine/machine.mta

Public Methods

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

Protected Methods

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

Method Details

MessageCreationException() public method

public MessageCreationException ( ) : System
return System

MessageCreationException() protected method

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

MessageCreationException() public method

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

MessageCreationException() public method

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