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

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

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

Same methods

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