C# Класс Tarscord.Persistence.Exceptions.OperationFailedException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
OperationFailedException ( ) : System
OperationFailedException ( string message ) : System
OperationFailedException ( string message, Exception innerException ) : System

Описание методов

OperationFailedException() публичный Метод

public OperationFailedException ( ) : System
Результат System

OperationFailedException() публичный Метод

public OperationFailedException ( string message ) : System
message string
Результат System

OperationFailedException() публичный Метод

public OperationFailedException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System