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