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.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.