2 references to CmdUnsupportedMessageRequestTypeException
dotnet (2)
Commands\Test\MTP\TestApplication.cs (2)
668
throw new NotSupportedException(string.Format(CliCommandStrings.
CmdUnsupportedMessageRequestTypeException
, request.GetType()));
787
throw new NotSupportedException(string.Format(CliCommandStrings.
CmdUnsupportedMessageRequestTypeException
, request.GetType()));