Logger.LogException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| LogException(Int32, String, Exception) | |
| LogException(Object, Int32, String, Exception) |
LogException(Int32, String, Exception)
public:
static void LogException(int id, System::String ^ message, Exception ^ ex);
public static void LogException (int id, string message, Exception ex);
static member LogException : int * string * Exception -> unit
Public Shared Sub LogException (id As Integer, message As String, ex As Exception)
Parameters
- id
- Int32
- message
- String
- ex
- Exception
Applies to
LogException(Object, Int32, String, Exception)
public:
static void LogException(System::Object ^ tracePoint, int id, System::String ^ message, Exception ^ ex);
public static void LogException (object tracePoint, int id, string message, Exception ex);
static member LogException : obj * int * string * Exception -> unit
Public Shared Sub LogException (tracePoint As Object, id As Integer, message As String, ex As Exception)
Parameters
- tracePoint
- Object
- id
- Int32
- message
- String
- ex
- Exception