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