ReflectionException(String) Constructor

Initializes a new instance of the ReflectionException class.

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public ReflectionException(
	string message
)

Parameters

message  String
The message that describes the error.

See Also