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

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

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

Same methods

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