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

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

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

Same methods

UnsupportedProtocolException::UnsupportedProtocolException ( System info, System context ) : System
UnsupportedProtocolException::UnsupportedProtocolException ( string message ) : 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