C# Class Open.Core.Helpers.ExceptionHelper

Utility methods for working with Exceptions.
显示文件 Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
NotSupported ( object value ) : Exception

Produces an exception for a value that is not supported.

Method Details

NotSupported() public method

Produces an exception for a value that is not supported.
public NotSupported ( object value ) : Exception
value object The value that is not supported.
return System.Exception