VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WinTwain Namespace / TwainDeviceManagerException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    TwainDeviceManagerException Class
    In This Topic
    Represents errors that occur during work with the TWAIN device manager.
    Object Model
    TwainDeviceManagerException
    Syntax
    'Declaration
    
    Public Class TwainDeviceManagerException
       Inherits TwainException
    
    
    public class TwainDeviceManagerException : TwainException
    
    
    public __gc class TwainDeviceManagerException : public TwainException*
    
    
    public ref class TwainDeviceManagerException : public TwainException^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.WinTwain.TwainException
             Vintasoft.WinTwain.TwainDeviceManagerException

    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also