コード例 #1
0
 internal InvalidDesignException(Newtonsoft.Json.JsonReaderException exception)
     : base(exception)
 {
     SetSafeMessage(exception.Message);
     SetLineNumber(exception.LineNumber, exception.LinePosition);
     Data.Add("Path", exception.Path);
 }
コード例 #2
0
 internal SchemaException(TARGET target, Newtonsoft.Json.JsonReaderException rex)
     : base(target, rex)
 {
 }