USIDiagnosticEventArgs
USI.Core
Public SDK type.
public sealed class USIDiagnosticEventArgs : EventArgsConstructors
USIDiagnosticEventArgs
public USIDiagnosticEventArgs(USIDiagnosticCode code, USIDiagnosticSeverity severity, string message, Exception exception = null)Properties
Code
public USIDiagnosticCode Code { get; }Exception
public Exception Exception { get; }Message
public string Message { get; }Severity
public USIDiagnosticSeverity Severity { get; }