ClientRuntime.MaxFaultSize Property

Definition

Gets or sets the maximum fault size.

public:
 property int MaxFaultSize { int get(); void set(int value); };
public int MaxFaultSize { get; set; }
member this.MaxFaultSize : int with get, set
Public Property MaxFaultSize As Integer

Property Value

An integer representing the maximum fault size.

Remarks

Use the MaxFaultSize property to limit the size of fault messages accepted by the client runtime.

Applies to