WCF-Xtensions Class Reference for Mono
Exception Property






Gets the JsonSchemaException associated with the validation error.
Syntax
'Declaration
 
Public ReadOnly Property Exception As JsonSchemaException
'Usage
 
Dim instance As ValidationEventArgs
Dim value As JsonSchemaException
 
value = instance.Exception
public JsonSchemaException Exception {get;}
public read-only property Exception: JsonSchemaException; 
public function get Exception : JsonSchemaException
public: __property JsonSchemaException* get_Exception();
public:
property JsonSchemaException^ Exception {
   JsonSchemaException^ get();
}

Property Value

The JsonSchemaException associated with the validation error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValidationEventArgs Class
ValidationEventArgs Members

Send Feedback