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

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

Construct instance of InvalidSchemeException
public InvalidSchemeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public InvalidSchemeException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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