C# Class Frapid.Installer.Tenant.UninstallException

Inheritance: System.Exception
Show file Open project: frapid/frapid

Public Methods

Method Description
UninstallException ( ) : System
UninstallException ( string message ) : System
UninstallException ( string message, Exception innerException ) : System

Protected Methods

Method Description
UninstallException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UninstallException() public method

public UninstallException ( ) : System
return System

UninstallException() protected method

protected UninstallException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

UninstallException() public method

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

UninstallException() public method

public UninstallException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System