1 type derived from ToolInputException
dotnet-svcutil-lib (1)
ToolMexException.cs (1)
10
internal class ToolMexException :
ToolInputException
2 instantiations of ToolInputException
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (1)
712
throw new
ToolInputException
(SR.ErrNoValidInputSpecified);
Tool.cs (1)
235
var exception = new
ToolInputException
(Utils.GetExceptionMessage(ex), ex);
4 references to ToolInputException
dotnet-svcutil-lib (4)
Tool.cs (1)
235
var
exception = new ToolInputException(Utils.GetExceptionMessage(ex), ex);
ToolMexException.cs (3)
12
private
ToolInputException
_wsMexException;
15
internal
ToolInputException
WSMexException { get { return _wsMexException; } }
18
internal ToolMexException(
ToolInputException
wsMexException, Uri serviceUri)