C# Class AppSecInc.ProcessDomain.Remoting.DeleteOnUnloadException

Inheritance: System.Exception
Afficher le fichier Open project: legendary-code/process-domain

Méthodes publiques

Méthode Description
DeleteOnUnloadException ( SerializationInfo info, StreamingContext context ) : System
DeleteOnUnloadException ( string message, Exception innerException ) : System

Method Details

DeleteOnUnloadException() public méthode

public DeleteOnUnloadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

DeleteOnUnloadException() public méthode

public DeleteOnUnloadException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System