BadServerCredentialsException Class

The exception that is thrown by a connected data source extension when the credentials that are used to connect to the connected directory are not valid.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As BadServerCredentialsException

Syntax

'Declaration
Public NotInheritable Class BadServerCredentialsException
    Inherits ExtensionException
public sealed class BadServerCredentialsException : ExtensionException
public ref class BadServerCredentialsException sealed : public ExtensionException
public final class BadServerCredentialsException extends ExtensionException
public final class BadServerCredentialsException extends ExtensionException

Remarks

Depending on which method throws this exception, the exception can stop a run. For more information, see the documentation for the method that threw this exception.

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
       Microsoft.MetadirectoryServices.ExtensionException
        Microsoft.MetadirectoryServices.BadServerCredentialsException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

BadServerCredentialsException Members
Microsoft.MetadirectoryServices Namespace
Microsoft.MetadirectoryServices