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

Inheritance: System.InvalidOperationException
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
IniException ( ) : System
IniException ( string message ) : System
IniException ( string message, Exception exception ) : System

Méthodes protégées

Méthode Description
IniException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

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

Method Details

IniException() public méthode

public IniException ( ) : System
Résultat System

IniException() protected méthode

protected IniException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

IniException() public méthode

public IniException ( string message ) : System
message string
Résultat System

IniException() public méthode

public IniException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System