C# Class Tmx.Interfaces.Exceptions.CompleteTaskException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

CompleteTaskException() public méthode

public CompleteTaskException ( ) : System
Résultat System

CompleteTaskException() protected méthode

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

CompleteTaskException() public méthode

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

CompleteTaskException() public méthode

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