ClientRuntime.MaxFaultSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.