ModelErrorCollection.Add 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Add(Exception) |
加入指定的 |
Add(String) |
加入指定的錯誤訊息。 |
Add(Exception)
加入指定的 exception
實例。
public:
void Add(Exception ^ exception);
public void Add (Exception exception);
override this.Add : Exception -> unit
Public Sub Add (exception As Exception)
參數
適用於
Add(String)
加入指定的錯誤訊息。
public:
void Add(System::String ^ errorMessage);
public void Add (string errorMessage);
override this.Add : string -> unit
Public Sub Add (errorMessage As String)
參數
- errorMessage
- String
錯誤訊息。