ExceptionHandlerSetting.Order Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets the order for the represented hadler among the collection of handlers registered to hande the same exception type in the same exception policy.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)
Syntax
'Declaration
PublicPropertyOrderAs Integer
public int Order { get; internalset; }
public:
property int Order {
int get ();
voidset (int value);
}
publicfunction getOrder () : int
publicfunction setOrder (value : int)
See Also
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |