public ReflectionException(
string message,
Exception? inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
ReflectionException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> ReflectionException