C# Class IServiceOriented.ServiceBus.DuplicateIdentifierException

Inheritance: System.Exception
ファイルを表示 Open project: jezell/iserviceoriented

Public Methods

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

Protected Methods

Method Description
DuplicateIdentifierException ( System info, System context ) : System

Method Details

DuplicateIdentifierException() public method

public DuplicateIdentifierException ( ) : System
return System

DuplicateIdentifierException() protected method

protected DuplicateIdentifierException ( System info, System context ) : System
info System
context System
return System

DuplicateIdentifierException() public method

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

DuplicateIdentifierException() public method

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