ContractHelper Class
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Diagnostics.Contracts.Internal
Assembly: mscorlib (in mscorlib.dll)
Return to top
Provides methods that the binary rewriter uses to handle contract failures.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RaiseContractFailedEvent(ContractFailureKind, String^, String^, Exception^) | Used by the binary rewriter to activate the default failure behavior. |
![]() ![]() | TriggerFailure(ContractFailureKind, String^, String^, String^, Exception^) | Triggers the default failure behavior. |
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

