C# Class Tarscord.Persistence.Exceptions.OperationFailedException

Inheritance: Exception
Mostra file Open project: armendu/Tarscord

Public Methods

Method Description
OperationFailedException ( ) : System
OperationFailedException ( string message ) : System
OperationFailedException ( string message, Exception innerException ) : System

Method Details

OperationFailedException() public method

public OperationFailedException ( ) : System
return System

OperationFailedException() public method

public OperationFailedException ( string message ) : System
message string
return System

OperationFailedException() public method

public OperationFailedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System