ReflectionException(String) Constructor
Namespace: KGySoft.ReflectionAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public ReflectionException(
string message
)
Public Sub New (
message As String
)
public:
ReflectionException(
String^ message
)
new :
message : string -> ReflectionException
Parameters
- message String
- The message that describes the error.