Creates a new instance of the
RelationsParserException Class.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal message As String _
) |
| C# | |
|---|
public RelationsParserException(
string message
) |
| Managed Extensions for C++ | |
|---|
public: RelationsParserException(
string* message
) |
| C++/CLI | |
|---|
public:
RelationsParserException(
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