C# Class NSoft.NFramework.Nini.Ini.IniException

Inheritance: System.InvalidOperationException
显示文件 Open project: debop/NFramework

Public Methods

Method Description
IniException ( ) : System
IniException ( string message ) : System
IniException ( string message, Exception exception ) : System

Protected Methods

Method Description
IniException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
IniException ( IniReader reader, string message ) : System

Method Details

IniException() public method

public IniException ( ) : System
return System

IniException() protected method

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

IniException() public method

public IniException ( string message ) : System
message string
return System

IniException() public method

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