SqlServerManagementException 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.
SqlServerManagementException is the base class for all SQL Management Objects exceptions.
public class SqlServerManagementException : Exception
type SqlServerManagementException = class
inherit Exception
Public Class SqlServerManagementException
Inherits Exception
- Inheritance
-
SqlServerManagementException
- Derived
Constructors
SqlServerManagementException() |
Constructs a new SqlServerManagementException with an empty message and no inner exception |
SqlServerManagementException(SerializationInfo, StreamingContext) | |
SqlServerManagementException(String, Exception) |
Constructs a new SqlServerManagementException with the given message and inner exception |
SqlServerManagementException(String) |
Constructs a new SqlServerManagementException with the given message and no inner exception |
Properties
ProductName |
ProductName specifies the ProdName value used in the HelpLink property of SqlServerManagementException instances. |