C# Class TechSmith.Hyde.Common.EntityDoesNotExistException

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

Méthodes publiques

Méthode Description
EntityDoesNotExistException ( ) : System
EntityDoesNotExistException ( string message ) : System
EntityDoesNotExistException ( string message, Exception inner ) : System
EntityDoesNotExistException ( string partitionKey, string rowKey, Exception inner ) : System

Method Details

EntityDoesNotExistException() public méthode

public EntityDoesNotExistException ( ) : System
Résultat System

EntityDoesNotExistException() public méthode

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

EntityDoesNotExistException() public méthode

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

EntityDoesNotExistException() public méthode

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