C# Class PluginFramework.AddIn.BundleException

Inheritance: System.Exception
Afficher le fichier Open project: tianjing/PluginFramework

Méthodes publiques

Méthode Description
BundleException ( ) : System
BundleException ( string message ) : System

Bundle Exception

BundleException ( string message, Exception inner ) : System

Bundle Exception

Méthodes protégées

Méthode Description
BundleException ( SerializationInfo info, StreamingContext context ) : System

Bundle Exception

Method Details

BundleException() public méthode

public BundleException ( ) : System
Résultat System

BundleException() protected méthode

Bundle Exception
protected BundleException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo SerializationInfo
context System.Runtime.Serialization.StreamingContext StreamingContext
Résultat System

BundleException() public méthode

Bundle Exception
public BundleException ( string message ) : System
message string Exception message
Résultat System

BundleException() public méthode

Bundle Exception
public BundleException ( string message, Exception inner ) : System
message string message
inner System.Exception Exception
Résultat System