C# Class Tarscord.Persistence.Exceptions.OperationFailedException

Inheritance: Exception
Afficher le fichier Open project: armendu/Tarscord

Méthodes publiques

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

Method Details

OperationFailedException() public méthode

public OperationFailedException ( ) : System
Résultat System

OperationFailedException() public méthode

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

OperationFailedException() public méthode

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