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

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

Méthodes protégées

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

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

StorageException ( StorageErrorCode errorCode, string message, HttpStatusCode statusCode, StorageExtendedErrorInformation extendedErrorInfo, Exception innerException ) : System

Private Methods

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

Method Details

StorageException() protected méthode

protected StorageException ( ) : System
Résultat System

StorageException() protected méthode

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

StorageException() protected méthode

protected StorageException ( StorageErrorCode errorCode, string message, HttpStatusCode statusCode, StorageExtendedErrorInformation extendedErrorInfo, Exception innerException ) : System
errorCode StorageErrorCode
message string
statusCode HttpStatusCode
extendedErrorInfo StorageExtendedErrorInformation
innerException Exception
Résultat System