C# Class Open.Core.Helpers.ExceptionHelper

Utility methods for working with Exceptions.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
NotSupported ( object value ) : Exception

Produces an exception for a value that is not supported.

Method Details

NotSupported() public méthode

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