OutOfFieldException(String, Exception) Constructor |
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic OutOfFieldException(
string message,
Exception inner
)
Parameters
- message String
- The error message that explains the reason for the exception.
- inner Exception
[Missing <param name="inner"/> documentation for "M:RAYLASE.Marker.Common.OutOfFieldException.#ctor(System.String,System.Exception)"]
See Also