wRTOSInvalidArgumentException Constructor (String, Exception)

Invalid argument with a message and an inner exception.

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

Syntax

Copy
public wRTOSInvalidArgumentException(
    string message,
    Exception innerException
)

Parameters

message

Type: System.String
Message of the exception.

innerException

Type: System.Exception
Exception that triggered this exception.

See Also: