C# Class Tmx.Interfaces.Exceptions.SendingCommonDataItemException

Desctiption of SendingCommonDataItemException.
Inheritance: System.Exception, ISerializable
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
SendingCommonDataItemException ( ) : System
SendingCommonDataItemException ( string message ) : System
SendingCommonDataItemException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
SendingCommonDataItemException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SendingCommonDataItemException() public méthode

public SendingCommonDataItemException ( ) : System
Résultat System

SendingCommonDataItemException() protected méthode

protected SendingCommonDataItemException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

SendingCommonDataItemException() public méthode

public SendingCommonDataItemException ( string message ) : System
message string
Résultat System

SendingCommonDataItemException() public méthode

public SendingCommonDataItemException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System