Amazon.ElasticLoadBalancing.Model.AccessPointNotFoundException.AccessPointNotFoundException C# (CSharp) Метод

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

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

Same methods

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