ConnectorActivityEvent Constructor (String, String, TimestampedException) |
Creates a new object.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ConnectorActivityEvent(
string connectorName,
string message,
TimestampedException exception
)
Public Sub New (
connectorName As String,
message As String,
exception As TimestampedException
)
public:
ConnectorActivityEvent(
String^ connectorName,
String^ message,
TimestampedException^ exception
)
new :
connectorName : string *
message : string *
exception : TimestampedException -> ConnectorActivityEvent
Parameters
- connectorName
- Type: SystemString
- message
- Type: SystemString
- exception
- Type: VirtualRadar.InterfaceTimestampedException
See Also