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

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

보호된 메소드들

메소드 설명
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

비공개 메소드들

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

메소드 상세

StorageException() 보호된 메소드

protected StorageException ( ) : System
리턴 System

StorageException() 보호된 메소드

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

StorageException() 보호된 메소드

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