TimestampedException Constructor (DateTime, 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(
DateTime timeUtc,
Exception exception
)
Public Sub New (
timeUtc As DateTime,
exception As Exception
)
public:
TimestampedException(
DateTime timeUtc,
Exception^ exception
)
new :
timeUtc : DateTime *
exception : Exception -> TimestampedException
Parameters
- timeUtc
- Type: SystemDateTime
- exception
- Type: SystemException
See Also