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

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

public HttpErrorResponseException ( IWebResponseData response ) : Amazon.Runtime.Internal.Transform
response IWebResponseData
Результат Amazon.Runtime.Internal.Transform
        public HttpErrorResponseException(IWebResponseData response)
        {
            this.Response = response;
        }

Same methods

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