C# Class PiaNO.PiaException

Inheritance: System.ApplicationException
Afficher le fichier Open project: phusband/PiaNO

Méthodes publiques

Méthode Description
PiaException ( ) : System
PiaException ( string message ) : System
PiaException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

PiaException() public méthode

public PiaException ( ) : System
Résultat System

PiaException() protected méthode

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

PiaException() public méthode

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

PiaException() public méthode

public PiaException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System