FaultContractExceptionHandlerData.ExceptionMessageResourceType Property

Namespace:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("exceptionMessageResourceType")> _
<ResourceCategoryAttribute(GetType(ResourceCategoryAttribute), "CategoryLocalization")> _
<EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime",  _
    "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> _
<BaseTypeAttribute(GetType(Object), TypeSelectorIncludes.None)> _
Public Property ExceptionMessageResourceType As String
[ConfigurationPropertyAttribute("exceptionMessageResourceType")]
[ResourceCategoryAttribute(typeof(ResourceCategoryAttribute), "CategoryLocalization")]
[EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime", 
    "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[BaseTypeAttribute(typeof(Object), TypeSelectorIncludes.None)]
public string ExceptionMessageResourceType { get; set; }
[ConfigurationPropertyAttribute(L"exceptionMessageResourceType")]
[ResourceCategoryAttribute(typeof(ResourceCategoryAttribute), L"CategoryLocalization")]
[EditorAttribute(L"Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime", 
    L"System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[BaseTypeAttribute(typeof(Object), TypeSelectorIncludes::None)]
public:
property String^ ExceptionMessageResourceType {
    String^ get ();
    void set (String^ value);
}
public function get ExceptionMessageResourceType () : String
public function set ExceptionMessageResourceType (value : String)

See Also

FaultContractExceptionHandlerData Class

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.Configuration Namespace