This topic has not yet been rated - Rate this topic

UnsupportedVersionException Constructor (String, Exception)

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)
public UnsupportedVersionException(
	string message,
	Exception innerException
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.