C# Class NAppUpdate.Framework.NAppUpdateException

Inheritance: System.Exception
Mostra file Open project: robinwassen/NAppUpdate2

Public Methods

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

Method Details

NAppUpdateException() public method

public NAppUpdateException ( ) : System
return System

NAppUpdateException() public method

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

NAppUpdateException() public method

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

NAppUpdateException() public method

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

ToString() public method

public ToString ( ) : string
return string