C# Class TechSmith.Hyde.Common.EntityDoesNotExistException

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

Public Methods

Method 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 method

public EntityDoesNotExistException ( ) : System
return System

EntityDoesNotExistException() public method

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

EntityDoesNotExistException() public method

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

EntityDoesNotExistException() public method

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