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

상속: System.Exception
파일 보기 프로젝트 열기: moljac/MonoMobile.Google.GData 1 사용 예제들

공개 메소드들

메소드 설명
LoggedException ( ) : System

default constructor so that FxCop does not complain

LoggedException ( string msg ) : System

standard overloaded constructor

LoggedException ( string msg, Exception exception ) : System

standard overloaded constructor

보호된 메소드들

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

here to please FxCop and maybe for future use

비공개 메소드들

메소드 설명
EnsureLogging ( ) : void

protected void EnsureLogging()

메소드 상세

LoggedException() 공개 메소드

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

LoggedException() 보호된 메소드

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

LoggedException() 공개 메소드

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

LoggedException() 공개 메소드

standard overloaded constructor
public LoggedException ( string msg, Exception exception ) : System
msg string msg for the exception
exception System.Exception inner exception
리턴 System