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

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

Construct instance of InvalidSchemeException
public InvalidSchemeException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidSchemeException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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