Skip to content

GifDecoderException(string) constructor

Defined in

Type: GifDecoderException Namespace: CrissCross.WPF.UI.Controls.Decoding Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Overloads

  • 1. protected GifDecoderException(string message)
  • 2. protected GifDecoderException(string message, Exception inner)

1. Overload

protected GifDecoderException(string message)

Summary: Initializes a new instance of the GifDecoderException class.

Parameters

NameTypeDescription
messagestringThe message that describes the error.

2. Overload

protected GifDecoderException(string message, Exception inner)

Summary: Initializes a new instance of the GifDecoderException class.

Parameters

NameTypeDescription
messagestringThe message.
innerExceptionThe inner.