C# Class NuGet.Services.Work.InvalidJobRequestException

Inheritance: System.Exception
Show file Open project: NuGet/NuGet.Services.Work

Public Methods

Method Description
InvalidJobRequestException ( ) : System
InvalidJobRequestException ( string message ) : System
InvalidJobRequestException ( string message, Exception inner ) : System

Protected Methods

Method Description
InvalidJobRequestException ( System info, System context ) : System

Method Details

InvalidJobRequestException() public method

public InvalidJobRequestException ( ) : System
return System

InvalidJobRequestException() protected method

protected InvalidJobRequestException ( System info, System context ) : System
info System
context System
return System

InvalidJobRequestException() public method

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

InvalidJobRequestException() public method

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