C# 클래스 Org.IdentityConnectors.Framework.Common.Exceptions.AlreadyExistsException

AlreadyExistsException is thrown to indicate if Org.IdentityConnectors.Framework.Api.Operations.CreateApiOp attempts to create an object that exists prior to the method execution or Org.IdentityConnectors.Framework.Api.Operations.UpdateApiOp attempts to rename an object to that exists prior to the method execution.
상속: ConnectorException
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
AlreadyExistsException ( ) : System
AlreadyExistsException ( Exception ex ) : System
AlreadyExistsException ( string message ) : System
AlreadyExistsException ( string message, Exception ex ) : System
InitUid ( Uid uid ) : AlreadyExistsException

Sets the Uid of existing Object. Connectors who throw this exception from their org.identityconnectors.framework.spi.operations.CreateOp or org.identityconnectors.framework.spi.operations.UpdateOp should set the object's Uid if available.

메소드 상세

AlreadyExistsException() 공개 메소드

public AlreadyExistsException ( ) : System
리턴 System

AlreadyExistsException() 공개 메소드

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

AlreadyExistsException() 공개 메소드

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

AlreadyExistsException() 공개 메소드

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

InitUid() 공개 메소드

Sets the Uid of existing Object. Connectors who throw this exception from their org.identityconnectors.framework.spi.operations.CreateOp or org.identityconnectors.framework.spi.operations.UpdateOp should set the object's Uid if available.
public InitUid ( Uid uid ) : AlreadyExistsException
uid Org.IdentityConnectors.Framework.Common.Objects.Uid /// The uid.
리턴 AlreadyExistsException