C# Класс TechSmith.Hyde.Common.EntityAlreadyExistsException

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

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

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

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

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

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

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

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

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

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

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

public EntityAlreadyExistsException ( string partitionKey, string rowKey, Exception inner ) : System
partitionKey string
rowKey string
inner System.Exception
Результат System