C# Class Zetetic.Ldap.IncompatibleMutationException

This exception indicates that the MutableLdapEntry has been given inconsistent changes (such as replacing and appending to existing attribute values) without an intermediate commit.
Inheritance: System.Exception
Datei anzeigen Open project: skradel/Zetetic.Ldap

Public Methods

Method Description
IncompatibleMutationException ( string message ) : System

Method Details

IncompatibleMutationException() public method

public IncompatibleMutationException ( string message ) : System
message string
return System