Amazon.CloudFront.Model.InvalidWebACLIdException.InvalidWebACLIdException C# (CSharp) Метод

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

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

Same methods

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