CommandFailedEvent Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The CommandFailedEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommandFailedEvent |
Initializes a new instance of the CommandFailedEvent class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CommandText |
Gets the text of the command that failed its execution.
|
|
ConnectionString |
Gets the connection string of the Database that executed the failed command, with credentials removed.
|
|
ExceptionMessage |
Gets the message that describes the exception thrown when the command failed.
|
|
InstanceName |
Gets the name of the Database this event applies on.
(Inherited from DataEvent.) |
|
UtcTimeStamp |
Gets the timestamp for this WMI Event.
(Inherited from BaseWmiEvent.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |