C# Class TechSmith.Hyde.Common.EntityHasBeenChangedException

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

Public Methods

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

Method Details

EntityHasBeenChangedException() public method

public EntityHasBeenChangedException ( ) : System
return System

EntityHasBeenChangedException() public method

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

EntityHasBeenChangedException() public method

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

EntityHasBeenChangedException() public method

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