ErrorManager
Class
Definition
Namespace:Telerik.WinControls.Taskbar
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ErrorManager
Inheritance: objectErrorManager
Constructors
C#
public ErrorManager()
Properties
C#
public static ErrorManager Instance { get; set; }
C#
public bool ThrowExceptionOnError { get; set; }
Methods
C#
public virtual void NotSupportedWindowsError()
Notifies that an exception is about to be thrown. This method allows to handle each exception separately and/or log them. Note that if ThrowExceptionOnError is set to false this method will not be fired.