Amazon.Redshift.Model.ClusterSnapshotQuotaExceededException.ClusterSnapshotQuotaExceededException C# (CSharp) Method

ClusterSnapshotQuotaExceededException() public method

Construct instance of ClusterSnapshotQuotaExceededException
public ClusterSnapshotQuotaExceededException ( 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
return System
        public ClusterSnapshotQuotaExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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