[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 ClientMsgInspectionException(
IClientMsgInspector inspector,
Exception error
)
public ClientMsgInspectionException(
IClientMsgInspector inspector,
Exception error
)
Public Sub New (
inspector As IClientMsgInspector,
error As Exception
)
Public Sub New (
inspector As IClientMsgInspector,
error As Exception
)
public:
ClientMsgInspectionException(
IClientMsgInspector^ inspector,
Exception^ error
)
public:
ClientMsgInspectionException(
IClientMsgInspector^ inspector,
Exception^ error
)
new :
inspector : IClientMsgInspector *
error : Exception -> ClientMsgInspectionException
new :
inspector : IClientMsgInspector *
error : Exception -> ClientMsgInspectionException