C# Class TechSmith.Hyde.Common.EntityHasBeenChangedException

Inheritance: System.Exception
Afficher le fichier Open project: TechSmith/hyde

Méthodes publiques

Méthode 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 méthode

public EntityHasBeenChangedException ( ) : System
Résultat System

EntityHasBeenChangedException() public méthode

public EntityHasBeenChangedException ( string message ) : System
message string
Résultat System

EntityHasBeenChangedException() public méthode

public EntityHasBeenChangedException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

EntityHasBeenChangedException() public méthode

public EntityHasBeenChangedException ( string partitionKey, string rowKey, Exception inner ) : System
partitionKey string
rowKey string
inner System.Exception
Résultat System