C# 클래스 Org.IdentityConnectors.ActiveDirectory.ObjectNotFoundException

상속: Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException
파일 보기 프로젝트 열기: Evolveum/openicf

공개 메소드들

메소드 설명
ObjectNotFoundException ( ) : System
ObjectNotFoundException ( Exception ex ) : System
ObjectNotFoundException ( string message ) : System
ObjectNotFoundException ( string message, Exception ex ) : System

메소드 상세

ObjectNotFoundException() 공개 메소드

public ObjectNotFoundException ( ) : System
리턴 System

ObjectNotFoundException() 공개 메소드

public ObjectNotFoundException ( Exception ex ) : System
ex System.Exception
리턴 System

ObjectNotFoundException() 공개 메소드

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

ObjectNotFoundException() 공개 메소드

public ObjectNotFoundException ( string message, Exception ex ) : System
message string
ex System.Exception
리턴 System