C# 클래스 NSoft.NFramework.Nini.Ini.IniException

상속: System.InvalidOperationException
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
IniException ( ) : System
IniException ( string message ) : System
IniException ( string message, Exception exception ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
IniException ( IniReader reader, string message ) : System

메소드 상세

IniException() 공개 메소드

public IniException ( ) : System
리턴 System

IniException() 보호된 메소드

protected IniException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

IniException() 공개 메소드

public IniException ( string message ) : System
message string
리턴 System

IniException() 공개 메소드

public IniException ( string message, Exception exception ) : System
message string
exception System.Exception
리턴 System