Public Overloads Function LogException( _ ByVal ex As Exception _ ) As LogResponse
Dim instance As ConcreteLog Dim ex As Exception Dim value As LogResponse value = instance.LogException(ex)
public LogResponse LogException( Exception ex )
public: LogResponse^ LogException( Exception^ ex )
Parameters
- ex