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

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

Construct instance of PolicyNotFoundException
public PolicyNotFoundException ( 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 PolicyNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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