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