3 instantiations of ActiveDirectoryServerDownException
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\Exception.cs (3)
358
exception = new
ActiveDirectoryServerDownException
(errorMessage, e, errorCode, context.GetServerName());
362
exception = new
ActiveDirectoryServerDownException
(errorMessage, e, errorCode, null);
396
return new
ActiveDirectoryServerDownException
(errorMsg, errorCode, targetName);