ReflectionException(String, Exception) Constructor

Initializes a new instance of the ReflectionException class.

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public ReflectionException(
	string message,
	Exception? inner
)

Parameters

message  String
The message that describes the error.
inner  Exception
The inner exception.

See Also