次の方法で共有


ContractHelper クラス

定義

注意事項

Use the ContractHelper class in the System.Runtime.CompilerServices namespace instead.

バイナリ リライターがコントラクト エラーの処理に使用するメソッドを提供します。

public ref class ContractHelper abstract sealed
public static class ContractHelper
[System.Obsolete("Use the ContractHelper class in the System.Runtime.CompilerServices namespace instead.")]
public static class ContractHelper
type ContractHelper = class
[<System.Obsolete("Use the ContractHelper class in the System.Runtime.CompilerServices namespace instead.")>]
type ContractHelper = class
Public Class ContractHelper
継承
ContractHelper
属性

メソッド

RaiseContractFailedEvent(ContractFailureKind, String, String, Exception)
古い.

バイナリ リライターが既定のエラー動作をアクティブにするために使用します。

TriggerFailure(ContractFailureKind, String, String, String, Exception)
古い.

既定のエラー動作を発生させます。

適用対象