Search Results for

    Show / Hide Table of Contents

    Class InferenceRequestException

    Inference request exception.

    Inheritance
    System.Object
    System.Exception
    InferenceRequestException
    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.Api.Rest
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class InferenceRequestException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    InferenceRequestException()

    Declaration
    public InferenceRequestException()
    | Improve this Doc View Source

    InferenceRequestException(String)

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

    InferenceRequestException(String, Exception)

    Declaration
    public InferenceRequestException(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