This event argument is used by FinishHandler if an exception happened during the execution.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Adapter (in yWorks.yFilesWPF.Adapter.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public sealed class LayoutExceptionEventArgs : CancelEventArgs
Visual Basic
Public NotInheritable Class LayoutExceptionEventArgs _
	Inherits CancelEventArgs

Remarks

For backwards compatibility this exception extends CancelEventArgs.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      yWorks.yFiles.UI.Model..::..LayoutExceptionEventArgs

See Also