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

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

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

Same methods

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