ProxyAssemblyNotLoadedException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the ProxyAssemblyNotLoadedException class with a specified error message and a reference to the inner exception that caused this exception. Used internally.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
Parameters
- message
-
Type:
System::String^
The description of the error.
- innerException
-
Type:
System::Exception^
The exception that caused this exception.
.NET Framework
Available since 3.0
Available since 3.0
Show: