Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MvvmCross
Platform
Exceptions
MvxException
C# 클래스 MvvmCross.Platform.Exceptions.MvxException
상속:
System.Exception
파일 보기
프로젝트 열기: MvvmCross/MvvmCross
공개 메소드들
메소드
설명
MvxException
( ) :
System
MvxException
(
Exception
innerException
,
string
messageFormat
) :
System
MvxException
(
string
message
) :
System
메소드 상세
MvxException()
공개
메소드
public
MvxException
( ) :
System
리턴
System
MvxException()
공개
메소드
public
MvxException
(
Exception
innerException
,
string
messageFormat
) :
System
innerException
System.Exception
messageFormat
string
리턴
System
MvxException()
공개
메소드
public
MvxException
(
string
message
) :
System
message
string
리턴
System