Amazon.Runtime.AmazonUnmarshallingException.AmazonUnmarshallingException C# (CSharp) Метод

AmazonUnmarshallingException() публичный Метод

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, Exception innerException ) : System
requestId string
lastKnownLocation string
innerException System.Exception
Результат System
        public AmazonUnmarshallingException(string requestId, string lastKnownLocation, Exception innerException)
            : base("Error unmarshalling response back from AWS.", innerException)
        {
            this.RequestId = requestId;
            this.LastKnownLocation = lastKnownLocation;
        }
        public AmazonUnmarshallingException(string requestId, string lastKnownLocation, string responseBody, Exception innerException)

Same methods

AmazonUnmarshallingException::AmazonUnmarshallingException ( System info, System context ) : System
AmazonUnmarshallingException::AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, Exception innerException ) : System
AmazonUnmarshallingException::AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, string message, Exception innerException ) : System