ContractHelper Class

.NET Framework (current version)
 

Provides methods that the binary rewriter uses to handle contract failures.

Namespace:   System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

System::Object
  System.Runtime.CompilerServices::ContractHelper

public ref class ContractHelper abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRaiseContractFailedEvent(ContractFailureKind, String^, String^, Exception^)

Used by the binary rewriter to activate the default failure behavior.

System_CAPS_pubmethodSystem_CAPS_staticTriggerFailure(ContractFailureKind, String^, String^, String^, Exception^)

Triggers the default failure behavior.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: