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

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

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

Same methods

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