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

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

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

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

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

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

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

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

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

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

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

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

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