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

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

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

Same methods

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