|
|
Specific Exception that is thrown by the .NET Automation parts of the API when there is a general failure of Automation
Namespace: Autodesk.Navisworks.Api.Automation
Assembly: Autodesk.Navisworks.Automation (in Autodesk.Navisworks.Automation.dll)
Syntax
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class AutomationException _ Inherits Exception |
| C# |
|---|
[SerializableAttribute] public class AutomationException : Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class AutomationException : public Exception |
Remarks
This is the specific Exception that is thrown by the .NET Automation parts of the API when there is a general failure of Automation, most commonly when the API has not been successfully Initialized because a valid Navisworks Runtime cannot be found on the running PC.
Inheritance Hierarchy
System..::..Object
System..::..Exception
Autodesk.Navisworks.Api.Automation..::..AutomationException
System..::..Exception
Autodesk.Navisworks.Api.Automation..::..AutomationException