Class ErrorManager
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Taskbar
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ErrorManager
Constructors
ErrorManager()
Declaration
public ErrorManager()
Properties
Instance
ThrowExceptionOnError
Declaration
public bool ThrowExceptionOnError { get; set; }
Property Value
System.
|
Methods
ArgumentError(String, String)
Declaration
public virtual void ArgumentError(string message, string paramName)
Parameters
System.
|
System.
|
ArgumentNullError(String)
Declaration
public virtual void ArgumentNullError(string paramName)
Parameters
System.
|
ArgumentNullError(String, String)
Declaration
public virtual void ArgumentNullError(string paramName, string message)
Parameters
System.
|
System.
|
Error(Exception)
Declaration
public virtual void Error(Exception exception)
Parameters
System.
|
ExternalError(Int32)
Declaration
public virtual void ExternalError(int errorCode)
Parameters
System.
|
ExternalError(String, Exception)
Declaration
public virtual void ExternalError(string message, Exception inner)
Parameters
System.
|
System.
|
ExternalError(String, Int32)
Declaration
public virtual void ExternalError(string message, int errorCode)
Parameters
System.
|
System.
|
FileNotFoundError(String)
Declaration
public virtual void FileNotFoundError(string path)
Parameters
System.
|
NotSupportedWindowsError()
Declaration
public virtual void NotSupportedWindowsError()
OnError(Exception)
Notifies that an exception is about to be thrown.
This method allows to handle each exception separately and/or log them.
Note that if Throw
Declaration
protected virtual bool OnError(Exception ex)
Parameters
System. The exception. |
Returns
System. A value indicating whether to throw the exception. Default value is true. |