C# Class Org.IdentityConnectors.ActiveDirectory.NoSuchAdObjectException

Inheritance: Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException
Afficher le fichier Open project: Evolveum/openicf

Méthodes publiques

Méthode Description
NoSuchAdObjectException ( ) : System
NoSuchAdObjectException ( Exception ex ) : System
NoSuchAdObjectException ( string message ) : System
NoSuchAdObjectException ( string message, Exception ex ) : System

Method Details

NoSuchAdObjectException() public méthode

public NoSuchAdObjectException ( ) : System
Résultat System

NoSuchAdObjectException() public méthode

public NoSuchAdObjectException ( Exception ex ) : System
ex System.Exception
Résultat System

NoSuchAdObjectException() public méthode

public NoSuchAdObjectException ( string message ) : System
message string
Résultat System

NoSuchAdObjectException() public méthode

public NoSuchAdObjectException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System