C# Class FiftyOne.Foundation.Mobile.MobileException

Inheritance: System.Exception
ファイルを表示 Open project: 51Degrees/dotNET-Device-Detection

Public Methods

Method Description
MobileException ( string message ) : System

Initializes a new instance of MobileException.

MobileException ( string message, Exception innerException ) : System

Initializes a new instance of MobileException.

Protected Methods

Method Description
MobileException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of MobileException.

Private Methods

Method Description
MobileException ( ) : System

Initializes a new instance of MobileException.

Method Details

MobileException() protected method

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

MobileException() public method

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

MobileException() public method

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.
return System