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

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

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

Same methods

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