C# Class Tmx.Interfaces.Exceptions.SendingCommonDataItemException

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

Public Methods

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

Protected Methods

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

Method Details

SendingCommonDataItemException() public method

public SendingCommonDataItemException ( ) : System
return System

SendingCommonDataItemException() protected method

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

SendingCommonDataItemException() public method

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

SendingCommonDataItemException() public method

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