| FaultToolsMethodCallFailed Method |
Throw MethodCallFailed(Exception) exception.
Namespace:
SOS.SDK.Contracts.Faults
Assembly:
SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax public static FaultException MethodCallFailed(
Exception ex = null
)
Parameters
- ex (Optional)
- Type: SystemException
Original exception.
Return Value
Type:
FaultExceptionDoes not returns any result. Always throws exception. Just for C# compiller.
See Also