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

Inheritance: StorageException
ファイルを表示 Open project: boldbrush/ASPClassicCompiler

Public Methods

Method Description
StorageClientException ( ) : System

Protected Methods

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

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

Private Methods

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

Method Details

StorageClientException() public method

public StorageClientException ( ) : System
return System

StorageClientException() protected method

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