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

    System.Object
       System.Exception
          Vintasoft.WpfTwain.TwainException
             Vintasoft.WpfTwain.TwainDeviceException

    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