Initializes a new instance of the vCardException
class with the specified error message.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public vCardException( string message ) |
| Visual Basic |
|---|
Public Sub New ( _ message As String _ ) |
| Visual C++ |
|---|
public: vCardException( String^ message ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.