Amazon.ElasticLoadBalancing.Model.PolicyTypeNotFoundException.PolicyTypeNotFoundException C# (CSharp) Метод

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

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

Same methods

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