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

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

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

Same methods

InvalidCustomerIdentifierException::InvalidCustomerIdentifierException ( Exception innerException ) : System
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, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidCustomerIdentifierException