C# 클래스 Google.GData.Client.ClientFeedException

상속: LoggedException
파일 보기 프로젝트 열기: moljac/MonoMobile.Google.GData

공개 메소드들

메소드 설명
ClientFeedException ( ) : System

default constructor so that FxCop does not complain

ClientFeedException ( string msg ) : System

standard overloaded constructor

ClientFeedException ( string msg, Exception innerException ) : System

here to please FxCop and for future use

보호된 메소드들

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

here to please FxCop and maybe for future use

메소드 상세

ClientFeedException() 공개 메소드

default constructor so that FxCop does not complain
public ClientFeedException ( ) : System
리턴 System

ClientFeedException() 보호된 메소드

here to please FxCop and maybe for future use
protected ClientFeedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

ClientFeedException() 공개 메소드

standard overloaded constructor
public ClientFeedException ( string msg ) : System
msg string msg for the exception
리턴 System

ClientFeedException() 공개 메소드

here to please FxCop and for future use
public ClientFeedException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
리턴 System