Exception properties

Data
A collection of key/value pairs that give extra information about the exception .
HelpLink
A link to a help file associated with the exception .
HResult
A numeric code describing the exception .
InnerException
An Exceptionobject that gives more information about the exception .Some libraries catch exceptions and wrap them in new exception objects to provide information that is more relevant to the library .In that case, they may include a reference to the original exception in the InnerExceptionproperty .
Message
A message describing the exception in general terms .
Source
The name of the application or object that caused the exception .
StackTrace
A string representation of the program’s stack trace when the exception occurred .
TargetSite
Information about the method that threw the exception .

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Stop console process using Ctrl+C.

Alternative to IValueConvert, QuickConverter