ErrorEventArgs
USI.Core
Public SDK type.
public class ErrorEventArgs : EventArgsConstructors
ErrorEventArgs
public ErrorEventArgs(string message, Exception exception = null)Properties
Exception
public Exception Exception { get; }Message
public string Message { get; }