C# 클래스 Microsoft.Samples.ServiceHosting.StorageClient.StorageClientException

상속: StorageException
파일 보기 프로젝트 열기: boldbrush/ASPClassicCompiler

공개 메소드들

메소드 설명
StorageClientException ( ) : System

보호된 메소드들

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

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

비공개 메소드들

메소드 설명
StorageClientException ( StorageErrorCode errorCode, string message, HttpStatusCode statusCode, StorageExtendedErrorInformation extendedErrorInfo, Exception innerException ) : System

메소드 상세

StorageClientException() 공개 메소드

public StorageClientException ( ) : System
리턴 System

StorageClientException() 보호된 메소드

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.
리턴 System