Initializes a new instance of the WorkingSessionBase class.
Assembly: Epic.Core
Declaration Syntax
C# |
protected WorkingSessionBase( string identifier, IPrincipal owner )
Parameters
- identifier (String)
- Session identifier (must be unique in the organization enterprise).
- owner (IPrincipal)
- Working session's owner.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException |
Is thrown when identifier is nullNothingnullptr
or Empty.
|
ArgumentNullException |
Is thrown when owner is nullNothingnullptr.
|