TraceLogger.SendErrorTelemetryEvent(String, Exception) 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.
public:
void SendErrorTelemetryEvent(System::String ^ message, Exception ^ objException);
public void SendErrorTelemetryEvent (string message, Exception objException);
member this.SendErrorTelemetryEvent : string * Exception -> unit
Public Sub SendErrorTelemetryEvent (message As String, objException As Exception)
Parameters
- message
- String
- objException
- Exception