C# Class Taskling.Exceptions.TransientException

Inheritance: System.Exception
Afficher le fichier Open project: Vanlightly/Taskling.NET

Méthodes publiques

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

Method Details

TransientException() public méthode

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

TransientException() public méthode

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