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

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

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

Same methods

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