ExceptionFormatter.HandlingInstanceId Property

Gets the id of the handling chain requesting a formatting.

Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public Guid HandlingInstanceId { get; }
'Declaration
Public ReadOnly Property HandlingInstanceId As Guid
    Get
public:
property Guid HandlingInstanceId {
    Guid get ();
}

Property Value

Type: Guid
The id of the handling chain requesting a formatting, or Empty if no such id is available.

See Also

ExceptionFormatter Class

ExceptionFormatter Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace