ContactDoesNotExistException(String) Constructor |
Initializes a new instance of the
Exception class with a specified error message.
Namespace: Scanjour.Workflow4.ActivityLibrary.ExceptionsAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ContactDoesNotExistException(
string message
)
Public Sub New (
message As String
)
public:
ContactDoesNotExistException(
String^ message
)
new :
message : string -> ContactDoesNotExistException
Parameters
- message String
- The message that describes the error.
See Also