Creates a new instance of the
TimeStampNotFoundException Class.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal message As String _
) |
| C# | |
|---|
public TimeStampNotFoundException(
string message
) |
| Managed Extensions for C++ | |
|---|
public: TimeStampNotFoundException(
string* message
) |
| C++/CLI | |
|---|
public:
TimeStampNotFoundException(
String^ message
) |
Parameters
- message
- A message that describes the current exception.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also