Initializes a new instance of the MessageEventArgs<(Of <(<'T>)>)> class.
Namespace: Crestron.SimplSharp.SshAssembly: SimplSharpHelperInterface (in SimplSharpHelperInterface.dll)
Syntax
C# |
---|
public MessageEventArgs( T message ) |
Parameters
- message
- Type: T
The message.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | message is null. |