C# Class PluginFramework.AddIn.InvalidSyntaxException

Inheritance: System.Exception
Show file Open project: tianjing/PluginFramework

Public Methods

Method Description
InvalidSyntaxException ( string message, string filter ) : System
InvalidSyntaxException ( string message, string filter, Exception inner ) : System

Method Details

InvalidSyntaxException() public method

public InvalidSyntaxException ( string message, string filter ) : System
message string
filter string
return System

InvalidSyntaxException() public method

public InvalidSyntaxException ( string message, string filter, Exception inner ) : System
message string
filter string
inner System.Exception
return System