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

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

Construct instance of RuleNotFoundException
public RuleNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public RuleNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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