AxeException Class

Applies To: Windows 8.1

This class reports all errors that have occurred during an operation performed by the Axe engine.

Namespace: Microsoft.Assessments
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As AxeException

Syntax

'Declaration
<SerializableAttribute> _
Public Class AxeException
    Inherits Exception
[SerializableAttribute] 
public class AxeException : Exception
[SerializableAttribute] 
public ref class AxeException : public Exception
/** @attribute SerializableAttribute() */ 
public class AxeException extends Exception
SerializableAttribute 
public class AxeException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.Assessments.AxeException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

AxeException Members
Microsoft.Assessments Namespace