C# Class Tmx.Interfaces.Exceptions.AcceptTaskException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

AcceptTaskException() public méthode

public AcceptTaskException ( ) : System
Résultat System

AcceptTaskException() protected méthode

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

AcceptTaskException() public méthode

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

AcceptTaskException() public méthode

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