PexChooseExceptionFactory Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.