Amazon.ElasticLoadBalancing.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