Table of Contents

Class DatabaseException

Namespace
Monai.Deploy.InformaticsGateway.Database.Api
Assembly
Monai.Deploy.InformaticsGateway.Database.Api.dll
public class DatabaseException : Exception, ISerializable
Inheritance
DatabaseException
Implements
Inherited Members

Constructors

DatabaseException()

public DatabaseException()

DatabaseException(string?)

public DatabaseException(string? message)

Parameters

message string

DatabaseException(string?, Exception?)

public DatabaseException(string? message, Exception? innerException)

Parameters

message string
innerException Exception