EventHelperException Constructor (String, IEnumerableException) |
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,
IEnumerable<Exception> handlerExceptions
)
Public Sub New (
message As String,
handlerExceptions As IEnumerable(Of Exception)
)
public:
EventHelperException(
String^ message,
IEnumerable<Exception^>^ handlerExceptions
)
new :
message : string *
handlerExceptions : IEnumerable<Exception> -> EventHelperException
Parameters
- message
- Type: SystemString
- handlerExceptions
- Type: System.Collections.GenericIEnumerableException
See Also