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

HttpErrorResponseException() защищенный Метод

Constructs a new instance of the HttpErrorResponseException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected HttpErrorResponseException ( System info, System context ) : Amazon.Runtime.Internal.Transform
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.
Результат Amazon.Runtime.Internal.Transform
        protected HttpErrorResponseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
            if (info != null)
            {
                this.Response = (IWebResponseData)info.GetValue("Response", typeof(IWebResponseData));
            }
        }

Same methods

HttpErrorResponseException::HttpErrorResponseException ( IWebResponseData response ) : 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