wRTOSInvalidArgumentException Class
This class represents an invalid argument.
Inheritance Hierarchy
System Object
System Exception
IntervalZero.MaxRT.wRTOS.wRTOSException
IntervalZero.MaxRT.wRTOS.wRTOSInvalidArgumentException
Namespace:
IntervalZero.MaxRT.wRTOS
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS .dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public class wRTOSInvalidArgumentException : wRTOSException
The wRTOSInvalidArgumentException type exposes the following members:
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Invalid argument with a message. |
|
|
|
Invalid argument with a message and an inner exception. |
|
|
|
Invalid argument with a message and parameter. |
|
|
|
Invalid argument with a message, parameter, and inner exception. |
Methods
|
|
Name | Description |
|---|---|---|
|
|
Explicit dispose. (Inherited from wRTOSException.) |
|
|
|
Dispose of the object. (Inherited from wRTOSException.) |
|
|
|
Finalize |
Finalizer. (Inherited from wRTOSException.) |
Properties
|
|
Name | Description |
|---|---|---|
|
|
true if the object has been disposed. (Inherited from wRTOSException.) |
|
|
|
Message to display in the exception. (Overrides ExceptionMessage.) |
|
|
|
Name of invalid parameter. |
See Also: