Amazon.KeyManagementService.Model.InvalidArnException.InvalidArnException C# (CSharp) Метод

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

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

Same methods

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