C# Class Microsoft.DocAsCode.Build.Engine.Incrementals.BuildCacheException

Inheritance: System.Exception
Mostrar archivo Open project: dotnet/docfx

Public Methods

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

Method Details

BuildCacheException() public method

public BuildCacheException ( ) : System
return System

BuildCacheException() public method

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

BuildCacheException() public method

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