C# Class NAppUpdate.Framework.UpdateProcessFailedException

Inheritance: NAppUpdateException
显示文件 Open project: robinwassen/NAppUpdate2

Public Methods

Method Description
UpdateProcessFailedException ( ) : System
UpdateProcessFailedException ( SerializationInfo info, StreamingContext context ) : System
UpdateProcessFailedException ( string message ) : System
UpdateProcessFailedException ( string message, Exception ex ) : System

Method Details

UpdateProcessFailedException() public method

public UpdateProcessFailedException ( ) : System
return System

UpdateProcessFailedException() public method

public UpdateProcessFailedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

UpdateProcessFailedException() public method

public UpdateProcessFailedException ( string message ) : System
message string
return System

UpdateProcessFailedException() public method

public UpdateProcessFailedException ( string message, Exception ex ) : System
message string
ex System.Exception
return System