[This is preliminary documentation and is subject to change.]
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ProtocolException(
string message,
bool closeChannel = false
)
public ProtocolException(
string message,
bool closeChannel = false
)
Public Sub New (
message As String,
Optional closeChannel As Boolean = false
)
Public Sub New (
message As String,
Optional closeChannel As Boolean = false
)
public:
ProtocolException(
String^ message,
bool closeChannel = false
)
public:
ProtocolException(
String^ message,
bool closeChannel = false
)
new :
message : string *
?closeChannel : bool
(* Defaults:
let _closeChannel = defaultArg closeChannel false
*)
-> ProtocolException
new :
message : string *
?closeChannel : bool
(* Defaults:
let _closeChannel = defaultArg closeChannel false
*)
-> ProtocolException