SqlServerManagementException Class

Definition

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)

Constructs a new SqlServerManagementException with the given message and no inner exception

SqlServerManagementException(String, Exception)

Constructs a new SqlServerManagementException with the given message and inner exception

Properties

ProductName

ProductName specifies the ProdName value used in the HelpLink property of SqlServerManagementException instances.

Applies to