SmoException 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 base class for all SMO exception classes.
[System.Serializable]
public class SmoException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type SmoException = class
inherit SqlServerManagementException
Public Class SmoException
Inherits SqlServerManagementException
- Inheritance
- Derived
- Attributes
Constructors
| SmoException() |
Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly. |
| SmoException(SerializationInfo, StreamingContext) | |
| SmoException(String, Exception) |
Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly. |
| SmoException(String) |
Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly. |
Properties
| HelpLink |
Gets a link as string to the support web site. |
| ProdVer | |
| SmoExceptionType |
Gets or sets the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType. |
Methods
| SetHelpContext(String) |