C# Class LynnaLab.DuplicateLabelException

Inheritance: System.Exception
显示文件 Open project: Drenn1/LynnaLab

Public Methods

Method Description
DuplicateLabelException ( ) : System
DuplicateLabelException ( string message ) : System
DuplicateLabelException ( string message, Exception inner ) : System

Method Details

DuplicateLabelException() public method

public DuplicateLabelException ( ) : System
return System

DuplicateLabelException() public method

public DuplicateLabelException ( string message ) : System
message string
return System

DuplicateLabelException() public method

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