Class InferenceRequestException
Inference request exception.
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
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 |
---|---|---|
String | message |
InferenceRequestException(String, Exception)
Declaration
public InferenceRequestException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |
Implements
System.Runtime.Serialization.ISerializable