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

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

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

Same methods

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