InstrumentationBaseException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new InstrumentationBaseException class with the specified string and exception.
Assembly: System.Core (in System.Core.dll)
Parameters
- message
-
Type:
System::String^
Message that describes the exception.
- innerException
-
Type:
System::Exception^
The Exception instance that caused the current exception.
.NET Framework
Available since 3.5
Available since 3.5
Show: