This creates a AuthenticationException with a message that includes the url for which the
authentication failed and additional error information.
Namespace: VcClientExceptionsAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public AuthenticationException(
string url,
Exception innerException
) |
Visual Basic |
---|
Public Sub New ( _
url As String, _
innerException As Exception _
) |
Visual C++ |
---|
public:
AuthenticationException(
String^ url,
Exception^ innerException
) |
Parameters
- url
- Type: String
Url for which the authentication exception is thrown
- innerException
- Type: Exception
Additional error message from inner exception that
needs to be added to the exception.
See Also