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

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

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

Same methods

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