Search Results for

    Show / Hide Table of Contents

    Class ConfigurationException

    Represents an exception based upon invalid configuration.

    Inheritance
    System.Object
    System.Exception
    ConfigurationException
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    Namespace: Monai.Deploy.InformaticsGateway.Configuration
    Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
    Syntax
    public class ConfigurationException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    ConfigurationException()

    Declaration
    public ConfigurationException()
    | Improve this Doc View Source

    ConfigurationException(String)

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

    ConfigurationException(String, Exception)

    Declaration
    public ConfigurationException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.Exception innerException

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX