IQHException Interface

Marker interface for exceptions that can be classified through HRCatalog. The implementing exception MUST set HResult property and it SHOULD override Message property. Only classes deriving from Exception can implement this interface, otherwise InvalidCastException will be thrown when methods are attempted to be used.

Definition

Namespace: Quine.HRCatalog
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public interface IQHException

Properties

See Also