The inner exception which is the cause of the current exception, or a null reference (Nothing in Visual Basic) if there is no associated inner exception.
'Declaration
Public Function New( _
ByVal path As String, _
ByVal ex As Exception _
)
Parameters
path
The connection path that caused the exception.
ex
The inner exception which is the cause of the current exception, or a null reference (Nothing in Visual Basic) if there is no associated inner exception.