SqlServerManagementException Classe

Définition

SqlServerManagementException est la classe de base pour toutes les exceptions SQL Management Objects.

public class SqlServerManagementException : Exception
type SqlServerManagementException = class
    inherit Exception
Public Class SqlServerManagementException
Inherits Exception
Héritage
SqlServerManagementException
Dérivé

Constructeurs

Nom Description
SqlServerManagementException()

Construit une nouvelle exception SqlServerManagementException avec un message vide et aucune exception interne

SqlServerManagementException(SerializationInfo, StreamingContext)

SqlServerManagementException est la classe de base pour toutes les exceptions SQL Management Objects.

SqlServerManagementException(String, Exception)

Construit une nouvelle exception SqlServerManagementException avec le message donné et l’exception interne

SqlServerManagementException(String)

Construit une nouvelle exception SqlServerManagementException avec le message donné et aucune exception interne

Propriétés

Nom Description
ProductName

ProductName spécifie la valeur ProdName utilisée dans la propriété HelpLink des instances SqlServerManagementException.

S’applique à