2 writes to m_curException
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\ErrObject.vb (2)
249
m_curException
= Nothing
359
m_curException
= ex
13 references to m_curException
Microsoft.VisualBasic.Core (13)
Microsoft\VisualBasic\ErrObject.vb (13)
49
If Not
m_curException
Is Nothing Then
50
Me.Number = MapExceptionToNumber(
m_curException
)
72
If Not
m_curException
Is Nothing Then
73
Me.Source =
m_curException
.Source
104
If
m_curException
Is Nothing Then
129
If Not
m_curException
Is Nothing Then
130
Me.Description = FilterDefaultMessage(
m_curException
.Message)
151
If Not
m_curException
Is Nothing Then
152
ParseHelpLink(
m_curException
.HelpLink)
220
If Not
m_curException
Is Nothing Then
221
ParseHelpLink(
m_curException
.HelpLink)
241
Return
m_curException
353
If ex IsNot
m_curException
Then