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

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

Méthodes publiques

Méthode Description
StorageClientException ( ) : System

Méthodes protégées

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

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

Private Methods

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

Method Details

StorageClientException() public méthode

public StorageClientException ( ) : System
Résultat System

StorageClientException() protected méthode

Initializes a new instance of the StorageClientException class with serialized data.
protected StorageClientException ( 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