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

Inheritance: Exception
Show file Open project: boldbrush/ASPClassicCompiler

Protected Methods

Method 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

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

StorageException() protected method

protected StorageException ( ) : System
return System

StorageException() protected method

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

StorageException() protected method

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