[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 ClientCallException(
CallStatus status,
string message,
Exception inner
)
public ClientCallException(
CallStatus status,
string message,
Exception inner
)
Public Sub New (
status As CallStatus,
message As String,
inner As Exception
)
Public Sub New (
status As CallStatus,
message As String,
inner As Exception
)
public:
ClientCallException(
CallStatus status,
String^ message,
Exception^ inner
)
public:
ClientCallException(
CallStatus status,
String^ message,
Exception^ inner
)
new :
status : CallStatus *
message : string *
inner : Exception -> ClientCallException
new :
status : CallStatus *
message : string *
inner : Exception -> ClientCallException