Amazon.ImportExport.Model.InvalidCustomsException.InvalidCustomsException C# (CSharp) Метод

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

Constructs a new instance of the InvalidCustomsException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected InvalidCustomsException ( System info, System context ) : System
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.
Результат System
        protected InvalidCustomsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
        }

Same methods

InvalidCustomsException::InvalidCustomsException ( Exception innerException ) : System
InvalidCustomsException::InvalidCustomsException ( string message ) : System
InvalidCustomsException::InvalidCustomsException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidCustomsException::InvalidCustomsException ( string message, Exception innerException ) : System
InvalidCustomsException::InvalidCustomsException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidCustomsException