Class InferenceRequestException
- Namespace
- Monai.Deploy.InformaticsGateway.Api.Rest
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
Inference request exception.
public class InferenceRequestException : Exception, ISerializable
- Inheritance
-
InferenceRequestException
- Implements
- Inherited Members
Constructors
InferenceRequestException()
public InferenceRequestException()
InferenceRequestException(string)
public InferenceRequestException(string message)
Parameters
message
string
InferenceRequestException(string, Exception)
public InferenceRequestException(string message, Exception innerException)