C# Class TechSmith.Hyde.Common.EntityAlreadyExistsException

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

Méthodes publiques

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

public EntityAlreadyExistsException ( ) : System
Résultat System

EntityAlreadyExistsException() public méthode

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

EntityAlreadyExistsException() public méthode

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

EntityAlreadyExistsException() public méthode

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