ApiRpcExample.Program.XmlSchemaValidation C# (CSharp) Method

XmlSchemaValidation() private static method

private static XmlSchemaValidation ( object sender, ValidationEventArgs e ) : void
sender object
e System.Xml.Schema.ValidationEventArgs
return void
        private static void XmlSchemaValidation(object sender, ValidationEventArgs e)
        {
            Console.WriteLine("Validation error: {0}", e.Message);
        }