Initializes a new instance of the ProblemReporter class.

Namespace: ININ.IceLib.Connection.Extensions
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public ProblemReporter(
	Session session,
	string subject,
	string description,
	string filePath
)
Visual Basic
Public Sub New ( _
	session As Session, _
	subject As String, _
	description As String, _
	filePath As String _
)

Parameters

session
Type: ININ.IceLib.Connection..::..Session
The Session with which it is associated.
subject
Type: System..::..String
The subject for the email of the problem report.
description
Type: System..::..String
The description of the problem.
filePath
Type: System..::..String
The path and name of a local file to upload. The file size must not exceed 200MB.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
ININ.IceLib..::..IceLibExceptionThe filePath parameter points to a file that exceeds 200MB.
System.IO..::..IOExceptionThere was an error accessing the file.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.

See Also