C# Class SharpGs.Exceptions.BaseGoogleException

Inheritance: System.Exception
显示文件 Open project: acropolium/SharpGs

Public Methods

Method Description
BaseGoogleException ( System.Xml.Linq.XElement content ) : System
BaseGoogleException ( string message, System.Xml.Linq.XElement content ) : System
ToString ( ) : string

Method Details

BaseGoogleException() public method

public BaseGoogleException ( System.Xml.Linq.XElement content ) : System
content System.Xml.Linq.XElement
return System

BaseGoogleException() public method

public BaseGoogleException ( string message, System.Xml.Linq.XElement content ) : System
message string
content System.Xml.Linq.XElement
return System

ToString() public method

public ToString ( ) : string
return string