C# Class Org.IdentityConnectors.ActiveDirectory.NoSuchAdObjectException

Inheritance: Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException
Show file Open project: Evolveum/openicf

Public Methods

Method Description
NoSuchAdObjectException ( ) : System
NoSuchAdObjectException ( Exception ex ) : System
NoSuchAdObjectException ( string message ) : System
NoSuchAdObjectException ( string message, Exception ex ) : System

Method Details

NoSuchAdObjectException() public method

public NoSuchAdObjectException ( ) : System
return System

NoSuchAdObjectException() public method

public NoSuchAdObjectException ( Exception ex ) : System
ex System.Exception
return System

NoSuchAdObjectException() public method

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

NoSuchAdObjectException() public method

public NoSuchAdObjectException ( string message, Exception ex ) : System
message string
ex System.Exception
return System