UnsupportedVersionException Constructor (String, Exception)
SQL Server 2012
Initializes a new instance of the UnsupportedVersionException class with the specified message and inner exception.
Namespace: Microsoft.SqlServer.Management.Smo
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.
