Click or drag to resize

ExceptionExtensions Methods

[This is preliminary documentation and is subject to change.]

The ExceptionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetErrorId
Gets the error identifier part of a HResult.
Public methodStatic memberGetFacilityId
Gets the facility (= the assembly) identifier part of an HResult.
Public methodStatic memberIsCodedException
Checks if the type of the specified instance of Exception or a derived class has a CodedExceptionAttribute.
Public methodStatic memberIsCustomHResult
Checks if the HResult of the exception is a custom error value.
Top
See Also