C# Class Microsoft.CTStore.NotFoundException

Inheritance: Microsoft.CTStore.OperationFailedException
Show file Open project: microsoft/EmbeddedSocial-Service

Public Methods

Method Description
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

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
NotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NotFoundException() public method

Initializes a new instance of the NotFoundException class
public NotFoundException ( ) : System
return System

NotFoundException() public method

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
return System