C# Class Tmx.Interfaces.Exceptions.SendingDetailedStatusException

Desctiption of SendingDetailedStatusException.
Inheritance: System.Exception, ISerializable
Exibir arquivo Open project: apetrovskiy/STUPS

Public Methods

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

Protected Methods

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

Method Details

SendingDetailedStatusException() public method

public SendingDetailedStatusException ( ) : System
return System

SendingDetailedStatusException() protected method

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

SendingDetailedStatusException() public method

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

SendingDetailedStatusException() public method

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