C# Класс Demo.Domain.Infrastructure.Security.CannotPerformOperationException

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

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

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

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

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

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

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

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

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

public CannotPerformOperationException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System