Class DatabaseException
Inheritance
System.Object
DatabaseException
Namespace: Monai.Deploy.InformaticsGateway.Database.Api
Assembly: Monai.Deploy.InformaticsGateway.Database.Api.dll
Syntax
public class DatabaseException : Exception
Constructors
| Improve this Doc View SourceDatabaseException()
Declaration
public DatabaseException()
DatabaseException(String)
Declaration
public DatabaseException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
DatabaseException(String, Nullable<Exception>)
Declaration
public DatabaseException(string message, Exception? innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Nullable<Exception> | innerException |