OutOfFieldException(String, NullableInt32) Constructor |
Creates a new OutOfFieldException.
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic OutOfFieldException(
string message,
int? axis
)
Parameters
- message String
- The error message.
- axis NullableInt32
- Axis that is out of the field.
See Also