C# Class TechSmith.Hyde.Common.EntityAlreadyExistsException

Inheritance: System.Exception
Mostra file Open project: TechSmith/hyde

Public Methods

Method Description
EntityAlreadyExistsException ( ) : System
EntityAlreadyExistsException ( string message ) : System
EntityAlreadyExistsException ( string message, Exception inner ) : System
EntityAlreadyExistsException ( string partitionKey, string rowKey, Exception inner ) : System

Method Details

EntityAlreadyExistsException() public method

public EntityAlreadyExistsException ( ) : System
return System

EntityAlreadyExistsException() public method

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

EntityAlreadyExistsException() public method

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

EntityAlreadyExistsException() public method

public EntityAlreadyExistsException ( string partitionKey, string rowKey, Exception inner ) : System
partitionKey string
rowKey string
inner System.Exception
return System