Class

ErrorEventArgs

USI.Core

Public SDK type.

public class ErrorEventArgs : EventArgs

Constructors

ErrorEventArgs

public ErrorEventArgs(string message, Exception exception = null)

Properties

Exception

public Exception Exception { get; }

Message

public string Message { get; }