C# Класс 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.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
IncompatibleMutationException ( string message ) : System

Описание методов

IncompatibleMutationException() публичный Метод

public IncompatibleMutationException ( string message ) : System
message string
Результат System