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

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

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

Same methods

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::SnapshotCopyGrantQuotaExceededException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
SnapshotCopyGrantQuotaExceededException