C# Класс Microsoft.CTStore.NotFoundException

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

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

Метод Описание
NotFoundException ( ) : System

Initializes a new instance of the NotFoundException class

NotFoundException ( string message, int operationIndex, Exception innerException ) : System

Initializes a new instance of the NotFoundException class

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
NotFoundException ( SerializationInfo info, StreamingContext context ) : System

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

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

Initializes a new instance of the NotFoundException class
public NotFoundException ( ) : System
Результат System

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

Initializes a new instance of the NotFoundException class
public NotFoundException ( string message, int operationIndex, Exception innerException ) : System
message string Exception message
operationIndex int Operation index
innerException Exception Inner exception
Результат System