Amazon.Redshift.Model.InvalidSubnetException.InvalidSubnetException C# (CSharp) Метод

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

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

Same methods

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