Table of Contents

Constructor SKLottieAnimationFailedEventArgs

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

SKLottieAnimationFailedEventArgs()

Initializes a new instance of the SKLottieAnimationFailedEventArgs class.

public SKLottieAnimationFailedEventArgs()

SKLottieAnimationFailedEventArgs(Exception?)

Initializes a new instance of the SKLottieAnimationFailedEventArgs class with the specified exception.

public SKLottieAnimationFailedEventArgs(Exception? exception)

Parameters

exception Exception

The exception that caused the failure, or null.