C# 클래스 Amazon.Runtime.AmazonUnmarshallingException

상속: AmazonServiceException
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AmazonUnmarshallingException ( string requestId, string lastKnownLocation, Exception innerException ) : System
AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, Exception innerException ) : System
AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
AmazonUnmarshallingException ( System info, System context ) : System

Constructs a new instance of the AmazonSimpleDBException class with serialized data.

비공개 메소드들

메소드 설명
AppendFormat ( StringBuilder sb, string format, string value ) : void
GetObjectData ( System info, System context ) : void

메소드 상세

AmazonUnmarshallingException() 보호된 메소드

Constructs a new instance of the AmazonSimpleDBException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected AmazonUnmarshallingException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
리턴 System

AmazonUnmarshallingException() 공개 메소드

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, Exception innerException ) : System
requestId string
lastKnownLocation string
innerException System.Exception
리턴 System

AmazonUnmarshallingException() 공개 메소드

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, Exception innerException ) : System
requestId string
lastKnownLocation string
responseBody string
innerException System.Exception
리턴 System

AmazonUnmarshallingException() 공개 메소드

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, string message, Exception innerException ) : System
requestId string
lastKnownLocation string
responseBody string
message string
innerException System.Exception
리턴 System