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 SourceInferenceRequestException()
Declaration
public InferenceRequestException()
InferenceRequestException(String)
Declaration
public InferenceRequestException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
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