public void Exception(
string ,
Exception
)
'Declaration
Public Overloads Sub Exception( _
ByVal As String, _
ByVal As Exception _
)
'Usage
Dim instance As Logger
Dim source As String
Dim e As Exception
instance.Exception(source, e)
public:
void Exception(
String^ ,
Exception^
)