Edit

PrincipalException Class

Definition

The base class of exceptions thrown by System.DirectoryServices.AccountManagement objects.

public ref class PrincipalException abstract : SystemException
public abstract class PrincipalException : SystemException
type PrincipalException = class
    inherit SystemException
Public MustInherit Class PrincipalException
Inherits SystemException
Inheritance
PrincipalException
Derived

Constructors

Name Description
PrincipalException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the PrincipalException class using the provided serialization information and streaming context.

Applies to