[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 MessageSizeException(
int size,
int limit,
string operation,
bool closeChannel = false
)
public MessageSizeException(
int size,
int limit,
string operation,
bool closeChannel = false
)
Public Sub New (
size As Integer,
limit As Integer,
operation As String,
Optional closeChannel As Boolean = false
)
Public Sub New (
size As Integer,
limit As Integer,
operation As String,
Optional closeChannel As Boolean = false
)
public:
MessageSizeException(
int size,
int limit,
String^ operation,
bool closeChannel = false
)
public:
MessageSizeException(
int size,
int limit,
String^ operation,
bool closeChannel = false
)
new :
size : int *
limit : int *
operation : string *
?closeChannel : bool
(* Defaults:
let _closeChannel = defaultArg closeChannel false
*)
-> MessageSizeExceptionnew :
size : int *
limit : int *
operation : string *
?closeChannel : bool
(* Defaults:
let _closeChannel = defaultArg closeChannel false
*)
-> MessageSizeException