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