C# Class MTMCL.Install.UnexpectedInstallerException

Inheritance: System.Exception, ISerializable
Afficher le fichier Open project: cvronmin/metocraft

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

UnexpectedInstallerException() protected méthode

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

UnexpectedInstallerException() public méthode

public UnexpectedInstallerException ( string fp ) : System
fp string
Résultat System

UnexpectedInstallerException() public méthode

public UnexpectedInstallerException ( string fp, string message ) : System
fp string
message string
Résultat System

UnexpectedInstallerException() public méthode

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