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

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

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

Same methods

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