Compartilhar via


DomainServiceFault.IsDomainException Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets or sets a value indicating whether the error information should be reconstructed on the client as a DomainException type.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client.Web (in System.ServiceModel.DomainServices.Client.Web.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IsDomainException As Boolean
    Get
    Set
'Usage
Dim instance As DomainServiceFault
Dim value As Boolean

value = instance.IsDomainException

instance.IsDomainException = value
[DataMemberAttribute]
public bool IsDomainException { get; set; }
[DataMemberAttribute]
public:
property bool IsDomainException {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IsDomainException : bool with get, set
function get IsDomainException () : boolean
function set IsDomainException (value : boolean)

Property Value

Type: System.Boolean
true if the error information should be reconstructed on the client as a DomainException; otherwise, false.

See Also

Reference

DomainServiceFault Class

System.ServiceModel.DomainServices.Client Namespace