|
|
Creates a RuntimeLoaderException
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ message As String _ ) |
| C# |
|---|
public RuntimeLoaderException( string message ) |
| Visual C++ |
|---|
public: RuntimeLoaderException( String^ message ) |
Parameters
- message
- Type: System..::..String
The error message that explains the reason for the exception.