C# 클래스 Neutronium.Core.Exceptions.ExceptionHelper

파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

공개 메소드들

메소드 설명
Get ( string iMessage ) : Exception
GetArgument ( string iMessage ) : ArgumentException
GetUnexpected ( ) : Exception

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string iMessage ) : Exception
iMessage string
리턴 System.Exception

GetArgument() 공개 정적인 메소드

public static GetArgument ( string iMessage ) : ArgumentException
iMessage string
리턴 System.ArgumentException

GetUnexpected() 공개 정적인 메소드

public static GetUnexpected ( ) : Exception
리턴 System.Exception