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

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

Constructs a new InvalidCustomerIdentifierException with the specified error message.
public InvalidCustomerIdentifierException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InvalidCustomerIdentifierException(string message) 
            : base(message) {}
          

Same methods

InvalidCustomerIdentifierException::InvalidCustomerIdentifierException ( Exception innerException ) : System
InvalidCustomerIdentifierException::InvalidCustomerIdentifierException ( System info, System context ) : 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