C# Class Patchwork.Engine.PatchException

Inheritance: System.ApplicationException
Afficher le fichier Open project: GregRos/Patchwork

Méthodes protégées

Méthode Description
PatchException ( ) : System
PatchException ( SerializationInfo info, StreamingContext c ) : System
PatchException ( string message ) : System
PatchException ( string message, Exception innerException ) : System

Method Details

PatchException() protected méthode

protected PatchException ( ) : System
Résultat System

PatchException() protected méthode

protected PatchException ( SerializationInfo info, StreamingContext c ) : System
info System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
Résultat System

PatchException() protected méthode

protected PatchException ( string message ) : System
message string
Résultat System

PatchException() protected méthode

protected PatchException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System