6 references to GetExceptionFromCOMException
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (3)
738
throw ExceptionHelper.
GetExceptionFromCOMException
(exception);
761
throw ExceptionHelper.
GetExceptionFromCOMException
(exception);
778
throw ExceptionHelper.
GetExceptionFromCOMException
(exception);
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (1)
624
throw ExceptionHelper.
GetExceptionFromCOMException
(e2);
System\DirectoryServices\ActiveDirectory\PropertyManager.cs (1)
159
throw ExceptionHelper.
GetExceptionFromCOMException
(e);
System\DirectoryServices\ActiveDirectory\Utils.cs (1)
890
throw ExceptionHelper.
GetExceptionFromCOMException
(new COMException(ExceptionHelper.GetErrorMessage(hr, true), hr));