Membri SmoException

The SmoException class represents the exception that is raised when an error occurs during an SMO operation.

Il tipo SmoException espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SmoException() () () () Initializes a new instance of the SmoException class.
Metodo pubblico SmoException(String) Initializes a new instance of the SmoException class with the specified message.
Metodo protetto SmoException(SerializationInfo, StreamingContext) Initializes a new instance of the SmoException class with the specified serialization information and streaming context.
Metodo pubblico SmoException(String, Exception) Initializes a new instance of the SmoException class with the specified message and specified inner exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetBaseException (Ereditato da Exception).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetObjectData (Ereditato da Exception).
Metodo pubblico GetType (Ereditato da Exception).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo protetto SetHelpContext Sets the Help context value for the referenced exception.
Metodo pubblico ToString (Ereditato da Exception).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data (Ereditato da Exception).
Proprietà pubblica HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Esegue l'override di Exception. . :: . .HelpLink.)
Proprietà protetta HResult (Ereditato da Exception).
Proprietà pubblica InnerException (Ereditato da Exception).
Proprietà pubblica Message (Ereditato da Exception).
Proprietà protettaMembro statico ProdVer Gets the product version of the instance of SQL Server that generated the SMO exception.
Proprietà pubblica SmoExceptionType Gets the type of SMO exception.
Proprietà pubblica Source (Ereditato da Exception).
Proprietà pubblica StackTrace (Ereditato da Exception).
Proprietà pubblica TargetSite (Ereditato da Exception).

In alto