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