C# Class PluginFramework.AddIn.BundleException

Inheritance: System.Exception
Mostrar archivo Open project: tianjing/PluginFramework

Public Methods

Method Description
BundleException ( ) : System
BundleException ( string message ) : System

Bundle Exception

BundleException ( string message, Exception inner ) : System

Bundle Exception

Protected Methods

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

Bundle Exception

Method Details

BundleException() public method

public BundleException ( ) : System
return System

BundleException() protected method

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

BundleException() public method

Bundle Exception
public BundleException ( string message ) : System
message string Exception message
return System

BundleException() public method

Bundle Exception
public BundleException ( string message, Exception inner ) : System
message string message
inner System.Exception Exception
return System