C# Class AppSecInc.ProcessDomain.Remoting.DeleteOnUnloadException

Inheritance: System.Exception
Show file Open project: legendary-code/process-domain

Public Methods

Method Description
DeleteOnUnloadException ( SerializationInfo info, StreamingContext context ) : System
DeleteOnUnloadException ( string message, Exception innerException ) : System

Method Details

DeleteOnUnloadException() public method

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

DeleteOnUnloadException() public method

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