Initializes a new instance of the CustomProfileParameters class.
Note: This constructor is supported for IC Server version 2015 R3 and beyond.
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
| C# |
|---|
public CustomProfileParameters( Session session ) |
| Visual Basic |
|---|
Public Sub New ( _ session As Session _ ) |
Parameters
- session
- Type: ININ.IceLib.Connection..::..Session
The session.
Remarks
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | A parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
Version Information
Supported for IC Server version 2015 R3 and beyond.