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

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

공개 메소드들

메소드 설명
StorageServerException ( ) : System

보호된 메소드들

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

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

비공개 메소드들

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

메소드 상세

StorageServerException() 공개 메소드

public StorageServerException ( ) : System
리턴 System

StorageServerException() 보호된 메소드

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