C# Class NAppUpdate.Framework.UpdateProcessFailedException

Inheritance: NAppUpdateException
Afficher le fichier Open project: robinwassen/NAppUpdate2

Méthodes publiques

Méthode Description
UpdateProcessFailedException ( ) : System
UpdateProcessFailedException ( SerializationInfo info, StreamingContext context ) : System
UpdateProcessFailedException ( string message ) : System
UpdateProcessFailedException ( string message, Exception ex ) : System

Method Details

UpdateProcessFailedException() public méthode

public UpdateProcessFailedException ( ) : System
Résultat System

UpdateProcessFailedException() public méthode

public UpdateProcessFailedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

UpdateProcessFailedException() public méthode

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

UpdateProcessFailedException() public méthode

public UpdateProcessFailedException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System