C# Class SevenMod.Core.HaltPluginException

Inheritance: Exception
显示文件 Open project: SevenMod/SevenMod

Public Methods

Method Description
HaltPluginException ( string message ) : System

Initializes a new instance of the HaltPluginException class.

Method Details

HaltPluginException() public method

Initializes a new instance of the HaltPluginException class.
public HaltPluginException ( string message ) : System
message string The error message that explains the reason for the exception.
return System