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

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

Construct instance of InvalidSubnetException
public InvalidSubnetException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidSubnetException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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