Class ErrorManager

Summary description for ErrorManager.

Inheritance
System.Object
ErrorManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Website
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class ErrorManager

Properties

Instance

Gets the instance.

Declaration
public static ErrorManager Instance { get; }
Property Value
Type Description
ErrorManager

The instance.

Methods

GenerateError(String)

Generates the error.

Declaration
public static void GenerateError(string msg)
Parameters
Type Name Description
System.String msg

The MSG.

OnError(ErrorEventArgs)

Raises the Error event.

Declaration
protected virtual void OnError(ErrorEventArgs e)
Parameters
Type Name Description
ErrorEventArgs e

The ErrorEventArgs instance containing the event data.

Events

Error

Declaration
public event ErrorEventHandler Error
Event Type
Type Description
ErrorEventHandler