Amazon.RDS.Model.DBSnapshotAlreadyExistsException.DBSnapshotAlreadyExistsException C# (CSharp) Метод

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

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

Same methods

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