UnsupportedVersionException Constructor (String, Exception)
Initializes a new instance of the UnsupportedVersionException class with the specified message and inner exception.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- message
-
Type:
System.String
A String value that describes the current exception.
- innerException
-
Type:
System.Exception
An Exception system object value that specifies the inner exception for the Unsupported Version exception.
Show: