C# Class Microsoft.CTStore.PreconditionFailedException

Inheritance: Microsoft.CTStore.OperationFailedException
Afficher le fichier Open project: microsoft/EmbeddedSocial-Service

Méthodes publiques

Méthode Description
PreconditionFailedException ( ) : System

Initializes a new instance of the PreconditionFailedException class

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

Initializes a new instance of the PreconditionFailedException class

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PreconditionFailedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

PreconditionFailedException() public méthode

Initializes a new instance of the PreconditionFailedException class
public PreconditionFailedException ( ) : System
Résultat System

PreconditionFailedException() public méthode

Initializes a new instance of the PreconditionFailedException class
public PreconditionFailedException ( string message, int operationIndex, Exception innerException ) : System
message string Exception message
operationIndex int Operation index
innerException Exception Inner exception
Résultat System