C# 클래스 SharpGs.Exceptions.BaseGoogleException

상속: System.Exception
파일 보기 프로젝트 열기: acropolium/SharpGs

공개 메소드들

메소드 설명
BaseGoogleException ( System.Xml.Linq.XElement content ) : System
BaseGoogleException ( string message, System.Xml.Linq.XElement content ) : System
ToString ( ) : string

메소드 상세

BaseGoogleException() 공개 메소드

public BaseGoogleException ( System.Xml.Linq.XElement content ) : System
content System.Xml.Linq.XElement
리턴 System

BaseGoogleException() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string