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

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

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

Same methods

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