Amazon.Redshift.Model.InvalidClusterSubnetGroupStateException.InvalidClusterSubnetGroupStateException C# (CSharp) 메소드

InvalidClusterSubnetGroupStateException() 공개 메소드

Construct instance of InvalidClusterSubnetGroupStateException
public InvalidClusterSubnetGroupStateException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public InvalidClusterSubnetGroupStateException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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