C# Class Neutronium.Core.Exceptions.ExceptionHelper

Datei anzeigen Open project: David-Desmaisons/MVVM.CEF.Glue

Public Methods

Method Description
Get ( string iMessage ) : Exception
GetArgument ( string iMessage ) : ArgumentException
GetUnexpected ( ) : Exception

Method Details

Get() public static method

public static Get ( string iMessage ) : Exception
iMessage string
return System.Exception

GetArgument() public static method

public static GetArgument ( string iMessage ) : ArgumentException
iMessage string
return System.ArgumentException

GetUnexpected() public static method

public static GetUnexpected ( ) : Exception
return System.Exception