WCF-Xtensions Class Reference for Mono
OnErrorAttribute Class
Members 






When applied to a method, specifies that the method is called when an error occurs serializing an object.
Object Model
OnErrorAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Method, 
   AllowMultiple=False, 
   Inherited=False)>
Public NotInheritable Class OnErrorAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As OnErrorAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=false)]
public sealed class OnErrorAttribute : System.Attribute 
public class OnErrorAttribute = class(System.Attribute)sealed; 
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Method, 
   AllowMultiple=, 
   Inherited=)
public sealed class OnErrorAttribute extends System.Attribute
[System.AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=false)]
public __gc __sealed class OnErrorAttribute : public System.Attribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=false)]
public ref class OnErrorAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Noemax.Newtonsoft.Json.Serialization.OnErrorAttribute

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

OnErrorAttribute Members
Noemax.Newtonsoft.Json.Serialization Namespace

Send Feedback