C# Class Tmx.Interfaces.Exceptions.FailedToGetNextTaskException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

FailedToGetNextTaskException() public méthode

public FailedToGetNextTaskException ( ) : System
Résultat System

FailedToGetNextTaskException() protected méthode

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

FailedToGetNextTaskException() public méthode

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

FailedToGetNextTaskException() public méthode

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