C# Класс Open.Core.Common.ExistsException

Fired when something is attempted to be created but already exists.
Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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