C# 클래스 MvvmCross.Platform.Exceptions.MvxExceptionExtensionMethods

파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
MvxWrap ( this exception ) : Exception
MvxWrap ( this exception, string message ) : Exception
ToLongString ( this exception ) : string

메소드 상세

MvxWrap() 공개 정적인 메소드

public static MvxWrap ( this exception ) : Exception
exception this
리턴 System.Exception

MvxWrap() 공개 정적인 메소드

public static MvxWrap ( this exception, string message ) : Exception
exception this
message string
리턴 System.Exception

ToLongString() 공개 정적인 메소드

public static ToLongString ( this exception ) : string
exception this
리턴 string