Amazon.AWSMarketplaceMetering.Model.InvalidCustomerIdentifierException.InvalidCustomerIdentifierException C# (CSharp) Метод

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

Construct instance of InvalidCustomerIdentifierException
public InvalidCustomerIdentifierException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public InvalidCustomerIdentifierException(Exception innerException) 
            : base(innerException) {}
            

Same methods

InvalidCustomerIdentifierException::InvalidCustomerIdentifierException ( System info, System context ) : System
InvalidCustomerIdentifierException::InvalidCustomerIdentifierException ( string message ) : System
InvalidCustomerIdentifierException::InvalidCustomerIdentifierException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidCustomerIdentifierException::InvalidCustomerIdentifierException ( string message, Exception innerException ) : System
InvalidCustomerIdentifierException::InvalidCustomerIdentifierException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidCustomerIdentifierException