18 references to CreateFormattedComException
System.DirectoryServices (18)
System\DirectoryServices\DirectoryEntries.cs (2)
76throw COMExceptionHelper.CreateFormattedComException(e); 93throw COMExceptionHelper.CreateFormattedComException(e);
System\DirectoryServices\DirectoryEntry.cs (15)
580throw COMExceptionHelper.CreateFormattedComException(e); 615throw COMExceptionHelper.CreateFormattedComException(e); 645throw COMExceptionHelper.CreateFormattedComException(e); 671throw COMExceptionHelper.CreateFormattedComException(e); 691throw COMExceptionHelper.CreateFormattedComException(e); 766throw COMExceptionHelper.CreateFormattedComException(e); 786throw COMExceptionHelper.CreateFormattedComException(e); 792throw new TargetInvocationException(e.Message, COMExceptionHelper.CreateFormattedComException(inner)); 819throw COMExceptionHelper.CreateFormattedComException(e); 825throw new TargetInvocationException(e.Message, COMExceptionHelper.CreateFormattedComException(inner)); 848throw COMExceptionHelper.CreateFormattedComException(e); 854throw new TargetInvocationException(e.Message, COMExceptionHelper.CreateFormattedComException(inner)); 906throw COMExceptionHelper.CreateFormattedComException(e); 937throw COMExceptionHelper.CreateFormattedComException(e); 967throw COMExceptionHelper.CreateFormattedComException(e);
System\DirectoryServices\DirectoryServicesCOMException.cs (1)
53return CreateFormattedComException(new COMException(errorMsg, hr));