Generates an OSException.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic OSException(
string? message,
Exception innerException
)
Parameters
- message
- Type: SystemString
Additional detail about the error. - innerException
- Type: SystemException
The OS exception that is the cause of this exception.
See Also