UnsupportedVersionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception gets thrown when an operation has failed.
[System.Serializable]
public sealed class UnsupportedVersionException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type UnsupportedVersionException = class
inherit SmoException
Public NotInheritable Class UnsupportedVersionException
Inherits SmoException
- Inheritance
- Attributes
Constructors
UnsupportedVersionException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException. |
UnsupportedVersionException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException. |
UnsupportedVersionException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException. |
Properties
HelpLink |
Gets a link as string to the support web site. (Inherited from SmoException) |
SmoExceptionType |
Gets the type of exeption from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration. |
Methods
SetHelpContext(String) | (Inherited from SmoException) |