MaxRTNativeException Class

An exception class representing native errors in the MaxRT environment. This class provides detailed error codes and descriptions.

Namespace:  IntervalZero.MaxRT

Assembly:  IntervalZero.MaxRT (in IntervalZero.MaxRT.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public class MaxRTNativeException

 

The MaxRTNativeException type exposes the following members:

Properties

  Name Description

Code

Gets the error code associated with the exception.

DetailedMessage

Gets a detailed message including the error code and description.

ErrorCodeString

Gets a string description of the error code retrieved by the Code property.

See Also: