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