StrongTypingException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the StrongTypingException class with the specified string and inner exception.
Assembly: System.Data (in System.Data.dll)
Parameters
- s
-
Type:
System::String^
The string to display when the exception is thrown.
- innerException
-
Type:
System::Exception^
A reference to an inner exception.
The StrongTypingException class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
.NET Framework
Available since 1.1
Windows Phone Silverlight
Available since 8.0
Available since 1.1
Windows Phone Silverlight
Available since 8.0
Show: