VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailLoadingExceptionEventArgs Class / ThumbnailLoadingExceptionEventArgs Constructors / ThumbnailLoadingExceptionEventArgs Constructor(Thumbnail,Exception)
Syntax Requirements SeeAlso
In This Topic
ThumbnailLoadingExceptionEventArgs Constructor(Thumbnail,Exception)
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 exception
Exception information.
As System.Exception _
)
public ThumbnailLoadingExceptionEventArgs(
Vintasoft.Imaging.Thumbnail thumbnail,
System.Exception exception
)

Parameters

thumbnail
Thumbnail which was not loaded.
exception
Exception information.
Requirements

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

See Also