TimestampedException Constructor (Exception) |
Creates a new object.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TimestampedException(
Exception exception
)
Public Sub New (
exception As Exception
)
public:
TimestampedException(
Exception^ exception
)
new :
exception : Exception -> TimestampedException
Parameters
- exception
- Type: SystemException
See Also