wRTOSInvalidArgumentException Constructor (String, String)

Invalid argument with a message and parameter.

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

Syntax

Copy
public wRTOSInvalidArgumentException(
    string message,
    string paramName
)

Parameters

message

Type: System.String
Message of the exception.

paramName

Type: System.String
Parameter that is invalid.

See Also: