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

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

public HttpErrorResponseException ( string message, Exception innerException, IWebResponseData response ) : Amazon.Runtime.Internal.Transform
message string
innerException System.Exception
response IWebResponseData
Результат Amazon.Runtime.Internal.Transform
        public HttpErrorResponseException(string message, Exception innerException, IWebResponseData response) :
            base(message,innerException)
        {
            this.Response = response;
        }

Same methods

HttpErrorResponseException::HttpErrorResponseException ( IWebResponseData response ) : Amazon.Runtime.Internal.Transform
HttpErrorResponseException::HttpErrorResponseException ( System info, System context ) : Amazon.Runtime.Internal.Transform
HttpErrorResponseException::HttpErrorResponseException ( string message, IWebResponseData response ) : Amazon.Runtime.Internal.Transform