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

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

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

Same methods

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