ProtocolException Constructor (String, Exception) |
Namespace:
Neo4j.Driver
Assembly:
Neo4j.Driver (in Neo4j.Driver.dll) Version: 4.2.0
Syntaxpublic ProtocolException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ProtocolException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ProtocolException
Parameters
- message
- Type: SystemString
The error message. - innerException
- Type: SystemException
The inner exception.
See Also