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

Inheritance: StorageException
Datei anzeigen Open project: boldbrush/ASPClassicCompiler

Public Methods

Method Description
StorageServerException ( ) : System

Protected Methods

Method Description
StorageServerException ( SerializationInfo info, StreamingContext context ) : System

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

Private Methods

Method 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 method

public StorageServerException ( ) : System
return System

StorageServerException() protected method

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.
return System