PreconditionContractPreconditionFailedHandler Delegate |
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public delegate void ContractPreconditionFailedHandler(
Exception exception
)
Public Delegate Sub ContractPreconditionFailedHandler (
exception As Exception
)
public delegate void ContractPreconditionFailedHandler(
Exception^ exception
)
type ContractPreconditionFailedHandler =
delegate of
exception : Exception -> unit
Parameters
- exception
- Type: SystemException
See Also