IdeaBlade DevForce 2010 Help Reference
ErrorBehaviorAttribute Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel.Server Assembly > IdeaBlade.EntityModel.Server Namespace : ErrorBehaviorAttribute Class



Attribute applied to a service to install a custom error handling behavior.

Syntax

Visual Basic (Declaration) 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class ErrorBehaviorAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._AttributeSystem.ServiceModel.Description.IServiceBehavior 
Visual Basic (Usage)Copy Code
Dim instance As ErrorBehaviorAttribute
C# 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public class ErrorBehaviorAttribute : System.Attribute, System.Runtime.InteropServices._AttributeSystem.ServiceModel.Description.IServiceBehavior  
C++/CLI 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class ErrorBehaviorAttribute : public System.Attribute, System.Runtime.InteropServices._AttributeSystem.ServiceModel.Description.IServiceBehavior  

Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.EntityModel.Server.ErrorBehaviorAttribute

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.