C# 클래스 Microsoft.WindowsAzure.Storage.StorageException.StorageException

상속: System.Exception
파일 보기 프로젝트 열기: Hitcents/azure-sdk-for-net-old

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object.

StorageException ( Microsoft.WindowsAzure.Storage.RequestResult res, string message, Exception inner ) : System

Initializes a new instance of the StorageException class by using the specified parameters.

ToString ( ) : string

Represents an exception thrown by the Windows Azure storage client library.

TranslateException ( Exception ex, Microsoft.WindowsAzure.Storage.RequestResult reqResult ) : Microsoft.WindowsAzure.Storage.StorageException

Translates the specified exception into a storage exception.

보호된 메소드들

메소드 설명
StorageException ( SerializationInfo info, StreamingContext context ) : System

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

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.

메소드 상세

GetObjectData() 공개 메소드

Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The object to populate with data.
context System.Runtime.Serialization.StreamingContext The destination context for this serialization.
리턴 void

StorageException() 공개 메소드

Initializes a new instance of the StorageException class by using the specified parameters.
public StorageException ( Microsoft.WindowsAzure.Storage.RequestResult res, string message, Exception inner ) : System
res Microsoft.WindowsAzure.Storage.RequestResult The request result.
message string The message.
inner System.Exception The inner exception.
리턴 System

StorageException() 보호된 메소드

Initializes a new instance of the StorageException class with serialized data.
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
protected StorageException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data for the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
리턴 System

ToString() 공개 메소드

Represents an exception thrown by the Windows Azure storage client library.
public ToString ( ) : string
리턴 string

TranslateException() 공개 정적인 메소드

Translates the specified exception into a storage exception.
public static TranslateException ( Exception ex, Microsoft.WindowsAzure.Storage.RequestResult reqResult ) : Microsoft.WindowsAzure.Storage.StorageException
ex System.Exception The exception to translate.
reqResult Microsoft.WindowsAzure.Storage.RequestResult The request result.
리턴 Microsoft.WindowsAzure.Storage.StorageException