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