United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
.NET Development
.NET Framework 2.0
Class Library Reference
System.Data.OracleClient
OracleInfoMessageEventArgs Class
OracleInfoMessageEventArgs Properties
Code Property
Message Property
Source Property
This topic has not yet been rated
-
Rate this topic
OracleInfoMessageEventArgs Properties
.NET Framework 2.0
Other Versions
.NET Framework 4.5
.NET Framework 4
.NET Framework 3.5
.NET Framework 3.0
.NET Framework 1.1
Public Properties
Name
Description
Code
Gets the code portion of the message as an
int
.
Message
Gets the full text of the message sent from the database.
Source
Gets the name of the object that generated the error.
Top
See Also
Reference
OracleInfoMessageEventArgs Class
System.Data.OracleClient Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD