UnexpectedException Constructor (String) |
Use for unexpected events
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public UnexpectedException(
string message
)
Public Sub New (
message As String
)
public:
UnexpectedException(
String^ message
)
new :
message : string -> UnexpectedException
Parameters
- message
- Type: SystemString
Describe the unexpected event
See Also