The category for the error code. The category is the Unique Identifier of the viewer that generated the error (e.g. "AWX")

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string ErrorCategory { get; private set; }
Visual Basic
Public Property ErrorCategory As String
	Get
	Private Set
JScript
function get ErrorCategory () : String
private function set ErrorCategory (value : String)

See Also