Amazon.ElasticLoadBalancingV2.Model.RuleNotFoundException.RuleNotFoundException C# (CSharp) Метод

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

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

Same methods

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