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

SnapshotCopyGrantAlreadyExistsException() public method

Construct instance of SnapshotCopyGrantAlreadyExistsException
public SnapshotCopyGrantAlreadyExistsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public SnapshotCopyGrantAlreadyExistsException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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