PexChooseExceptionFactory Delegate

Definition

A user-implemented delegate that creates an exception object.

public delegate Exception ^ PexChooseExceptionFactory();
public delegate Exception PexChooseExceptionFactory();
type PexChooseExceptionFactory = delegate of unit -> Exception
Public Delegate Function PexChooseExceptionFactory() As Exception 

Return Value

Returns an exception object.

Applies to