VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    SaneException Class
    In This Topic
    Represents error that occurs during work with the SANE device.
    Object Model
    SaneException
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    Public Class SaneException
       Inherits System.Exception
    
    
    [Serializable()]
    public class SaneException : System.Exception
    
    
    [Serializable()]
    public __gc class SaneException : public System.Exception*
    
    
    [Serializable()]
    public ref class SaneException : public System.Exception^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Sane.SaneException

    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6

    See Also