Click or drag to resize

OutOfFieldException(String, NullableInt32) Constructor

Creates a new OutOfFieldException.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public OutOfFieldException(
	string message,
	int? axis
)

Parameters

message  String
The error message.
axis  NullableInt32
Axis that is out of the field.
See Also