C# Class Open.Core.Common.ExistsException

Fired when something is attempted to be created but already exists.
Inheritance: System.Exception
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
ExistsException ( ) : System
ExistsException ( string message ) : System
ExistsException ( string message, Exception innerException ) : System

Method Details

ExistsException() public method

public ExistsException ( ) : System
return System

ExistsException() public method

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

ExistsException() public method

public ExistsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System