C# Class ADLib.ADException

An exception to wrap AD exceptions
Inheritance: System.Exception
Show file Open project: bolenc/Active-Directory-Examples

Public Methods

Method Description
ADException ( string message = null, Exception wrapped = null ) : System

Method Details

ADException() public method

public ADException ( string message = null, Exception wrapped = null ) : System
message string
wrapped System.Exception
return System