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

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

Constructs a new SnapshotCopyGrantAlreadyExistsException with the specified error message.
public SnapshotCopyGrantAlreadyExistsException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public SnapshotCopyGrantAlreadyExistsException(string message) 
            : base(message) {}
          

Same methods

SnapshotCopyGrantAlreadyExistsException::SnapshotCopyGrantAlreadyExistsException ( Exception innerException ) : System
SnapshotCopyGrantAlreadyExistsException::SnapshotCopyGrantAlreadyExistsException ( System info, System context ) : 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