Class InferenceRequestException
  
  Inference request exception.
 
  
  
    Inheritance
    
    InferenceRequestException
   
  
  Assembly: Nvidia.Clara.Dicom.API.dll
  Syntax
  
    public class InferenceRequestException : Exception
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  InferenceRequestException()
  
  
  Declaration
  
    public InferenceRequestException()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  InferenceRequestException(SerializationInfo, StreamingContext)
  
  
  Declaration
  
    protected InferenceRequestException(SerializationInfo info, StreamingContext context)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | SerializationInfo | 
        info | 
         | 
      
      
        | StreamingContext | 
        context | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  InferenceRequestException(String)
  
  
  Declaration
  
    public InferenceRequestException(string message)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        message | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  InferenceRequestException(String, Exception)
  
  
  Declaration
  
    public InferenceRequestException(string message, Exception innerException)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        message | 
         | 
      
      
        | Exception | 
        innerException | 
         |