Search Results for

    Show / Hide Table of Contents

    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 Source

    DatabaseException()

    Declaration
    public DatabaseException()
    | Improve this Doc View Source

    DatabaseException(String)

    Declaration
    public DatabaseException(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    DatabaseException(String, Nullable<Exception>)

    Declaration
    public DatabaseException(string message, Exception? innerException)
    Parameters
    Type Name Description
    System.String message
    System.Nullable<Exception> innerException
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX