C# Class DroidExplorer.Core.Xml.Serialization.XmlSerializerException

Inheritance: System.Exception
ファイルを表示 Open project: camalot/droidexplorer

Public Methods

Method Description
XmlSerializerException ( string message ) : System

Initializes a new instance of the XmlSerializerException class.

Method Details

XmlSerializerException() public method

Initializes a new instance of the XmlSerializerException class.
public XmlSerializerException ( string message ) : System
message string The message.
return System