VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailLoadingExceptionEventArgs Class / ThumbnailLoadingExceptionEventArgs Constructors / ThumbnailLoadingExceptionEventArgs Constructor(Thumbnail,String)
Syntax Requirements SeeAlso
In This Topic
    ThumbnailLoadingExceptionEventArgs Constructor(Thumbnail,String)
    In This Topic
    Initializes a new instance of the ThumbnailLoadingExceptionEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal thumbnail
    Thumbnail which was not loaded.
    As Vintasoft.Imaging.Thumbnail, _
    ByVal errorMessage
    Error message.
    As System.String _
    )
    public ThumbnailLoadingExceptionEventArgs(
    Vintasoft.Imaging.Thumbnail thumbnail,
    System.String errorMessage
    )
    public: ThumbnailLoadingExceptionEventArgs(
    Vintasoft.Imaging.Thumbnail* thumbnail,
    System.String errorMessage
    )
    public:
    ThumbnailLoadingExceptionEventArgs(
    Vintasoft.Imaging.Thumbnail^ thumbnail,
    System.String errorMessage
    )

    Parameters

    thumbnail
    Thumbnail which was not loaded.
    errorMessage
    Error message.
    Requirements

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

    See Also