OutOfFieldException(String) Constructor |
Initializes a new instance of the Exception class with a specified error message.
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic OutOfFieldException(
string message
)
Parameters
- message String
- The message that describes the error.
See Also