ClientRuntime.MaxFaultSize 屬性

定義

取得或設定最大錯誤大小。

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

屬性值

Int32

表示最大錯誤大小的整數。

備註

使用 MaxFaultSize 屬性,即可限制用戶端執行階段接受的錯誤訊息大小。

適用於