2 writes to SerializableError
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
SerializableErrorWrapper.cs (2)
26
SerializableError
= new SerializableError();
37
SerializableError
= error;
7 references to SerializableError
Microsoft.AspNetCore.Mvc.Formatters.Xml (7)
SerializableErrorWrapper.cs (7)
11
/// Wrapper class for <see cref="
SerializableError
"/> to enable it to be serialized by the xml formatters.
32
/// <param name="error">The <see cref="
SerializableError
"/> object that needs to be wrapped.</param>
53
/// Generates a <see cref="
SerializableError
"/> object from its XML representation.
74
SerializableError
.Add(key, value);
82
/// Converts the wrapped <see cref="
SerializableError
"/> object into its XML representation.
87
foreach (var keyValuePair in
SerializableError
)
111
return
SerializableError
;