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

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

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

Same methods

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