<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

IoWarningEventArgs

public sealed class IoWarningEventArgs : EventArgs
Class for IO warning event arguments. This class cannot be inherited.
public long CurrentLineNumber { get; }

Gets the current line number.

public Exception Exception { get; }

Gets the exception.

public string Message { get; }

Gets the warning message.

public int WaitTime { get; }

Gets the wait time in seconds.

public IoWarningType WarningType { get; }

Gets the warning type.

public IoWarningEventArgs(string message, long lineNumber)

Initializes a new instance of the IoWarningEventArgs class.

public IoWarningEventArgs(int waitTime, Exception exception, long lineNumber)

Initializes a new instance of the IoWarningEventArgs class.