C# Class MTMCL.Install.UnexpectedInstallerException

Inheritance: System.Exception, ISerializable
Show file Open project: cvronmin/metocraft

Public Methods

Method Description
UnexpectedInstallerException ( string fp ) : System
UnexpectedInstallerException ( string fp, string message ) : System
UnexpectedInstallerException ( string fp, string message, Exception innerException ) : System

Protected Methods

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

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

UnexpectedInstallerException() protected method

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

UnexpectedInstallerException() public method

public UnexpectedInstallerException ( string fp ) : System
fp string
return System

UnexpectedInstallerException() public method

public UnexpectedInstallerException ( string fp, string message ) : System
fp string
message string
return System

UnexpectedInstallerException() public method

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