Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateSigningNodeWriter()

override XmlSigningNodeWriter System.Runtime.Serialization.Json.XmlJsonReader.CreateSigningNodeWriter ( )
inlineprotected

Definition at line 1366 of file XmlJsonReader.cs.

1367 {
1368 throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(System.SR.Format(System.SR.JsonMethodNotSupported, "CreateSigningNodeWriter")));
1369 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string JsonMethodNotSupported
Definition SR.cs:554
Definition SR.cs:7

References System.SR.Format(), System.SR.JsonMethodNotSupported, and System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError().