8 references to CreateFormattedComException
System.DirectoryServices (8)
System\DirectoryServices\DirectoryEntry.cs (2)
477throw COMExceptionHelper.CreateFormattedComException(unmanagedResult); 533throw COMExceptionHelper.CreateFormattedComException(hr);
System\DirectoryServices\PropertyCollection.cs (1)
82throw COMExceptionHelper.CreateFormattedComException(unmanagedResult);
System\DirectoryServices\PropertyValueCollection.cs (1)
191throw COMExceptionHelper.CreateFormattedComException(unmanagedResult);
System\DirectoryServices\SearchResultCollection.cs (4)
369throw COMExceptionHelper.CreateFormattedComException(hr); 395throw COMExceptionHelper.CreateFormattedComException(hr); 419throw COMExceptionHelper.CreateFormattedComException((int)temp); 426throw COMExceptionHelper.CreateFormattedComException(hr);