Membri ConnectionCannotBeChangedException
The ConnectionCannotBeChangedException class is an exception that is raised when an unsuccessful attempt is made to change the connection to the instance of Microsoft SQL Server.
Il tipo ConnectionCannotBeChangedException espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ConnectionCannotBeChangedException() () () () | Initializes a new instance of the ConnectionCannotBeChangedException class. | |
ConnectionCannotBeChangedException(String) | Initializes a new instance of the ConnectionCannotBeChangedException class with the specified message text. | |
ConnectionCannotBeChangedException(String, Exception) | Initializes a new instance of the ConnectionCannotBeChangedException class with the specified message text and inner exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetBaseException | (Ereditato da Exception). | |
GetHashCode | (Ereditato da Object). | |
GetObjectData | (Ereditato da Exception). | |
GetType | (Ereditato da Exception). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da Exception). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | (Ereditato da Exception). | |
HelpLink | (Ereditato da Exception). | |
HResult | (Ereditato da Exception). | |
InnerException | (Ereditato da Exception). | |
Message | (Ereditato da Exception). | |
Source | (Ereditato da Exception). | |
StackTrace | (Ereditato da Exception). | |
TargetSite | (Ereditato da Exception). |
In alto
Vedere anche