C# Class Microsoft.Samples.ServiceHosting.StorageClient.StorageServerException

Inheritance: StorageException
Afficher le fichier Open project: boldbrush/ASPClassicCompiler

Méthodes publiques

Méthode Description
StorageServerException ( ) : System

Méthodes protégées

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

Initializes a new instance of the StorageServerException class with serialized data.

Private Methods

Méthode Description
StorageServerException ( StorageErrorCode errorCode, string message, HttpStatusCode statusCode, Exception innerException ) : System
StorageServerException ( StorageErrorCode errorCode, string message, HttpStatusCode statusCode, StorageExtendedErrorInformation extendedErrorInfo, Exception innerException ) : System

Method Details

StorageServerException() public méthode

public StorageServerException ( ) : System
Résultat System

StorageServerException() protected méthode

Initializes a new instance of the StorageServerException class with serialized data.
protected StorageServerException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The object that contains serialized object /// data about the exception being thrown
context StreamingContext The object that contains contextual information /// about the source or destionation.
Résultat System