EventHelperException Constructor (String) |
Creates a new object.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public EventHelperException(
string message
)
Public Sub New (
message As String
)
public:
EventHelperException(
String^ message
)
new :
message : string -> EventHelperException
Parameters
- message
- Type: SystemString
See Also