Click or drag to resize

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.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public 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