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
파일 보기 프로젝트 열기: skradel/Zetetic.Ldap

공개 메소드들

메소드 설명
IncompatibleMutationException ( string message ) : System

메소드 상세

IncompatibleMutationException() 공개 메소드

public IncompatibleMutationException ( string message ) : System
message string
리턴 System