C# Class Amido.Azure.Storage.TableStorage.Dbc.PreconditionException

Inheritance: System.Exception
Afficher le fichier Open project: amido/Amido.Azure.Storage.TableStorage

Méthodes publiques

Méthode Description
PreconditionException ( ) : System

Initializes a new instance of the PreconditionException class.

PreconditionException ( string message ) : System

Initializes a new instance of the PreconditionException class.

Méthodes protégées

Méthode Description
PreconditionException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the PreconditionException class.

Method Details

PreconditionException() public méthode

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

PreconditionException() protected méthode

Initializes a new instance of the PreconditionException class.
protected PreconditionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
Résultat System

PreconditionException() public méthode

Initializes a new instance of the PreconditionException class.
public PreconditionException ( string message ) : System
message string The message.
Résultat System