C# 클래스 FiftyOne.Foundation.Mobile.MobileException

상속: System.Exception
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

공개 메소드들

메소드 설명
MobileException ( string message ) : System

Initializes a new instance of MobileException.

MobileException ( string message, Exception innerException ) : System

Initializes a new instance of MobileException.

보호된 메소드들

메소드 설명
MobileException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of MobileException.

비공개 메소드들

메소드 설명
MobileException ( ) : System

Initializes a new instance of MobileException.

메소드 상세

MobileException() 보호된 메소드

Initializes a new instance of MobileException.
protected MobileException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

MobileException() 공개 메소드

Initializes a new instance of MobileException.
public MobileException ( string message ) : System
message string The human readable message explaining the exception.
리턴 System

MobileException() 공개 메소드

Initializes a new instance of MobileException.
public MobileException ( string message, Exception innerException ) : System
message string The human readable message explaining the exception.
innerException System.Exception The exception that caused the new one.
리턴 System