DriverException
Overview
DriverException is a class in Aspose.3D FOSS for .NET.
Inherits from: Exception.
The exception raised by internal rendering drivers.
This class provides 1 method for working with DriverException objects in .NET programs.
Available methods include: DriverException.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: ErrorCode.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ErrorCode | uint | Read | Gets the native error code. |
Methods
| Signature | Description |
|---|---|
DriverException(code: uint, message: string) | Initialize an instance of with specified native driver error code and message. |