Click or drag to resize

FaultToolsInvalidUserNameOrPassword Method

Throw InvalidUserNameOrPassword(Exception) exception.

Namespace:  SOS.SDK.Contracts.Faults
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public static FaultException InvalidUserNameOrPassword(
	Exception ex = null
)

Parameters

ex (Optional)
Type: SystemException
Original Auth exception.

Return Value

Type: FaultException
Does not returns any result. Always throws exception. Just for C# compiller.
See Also