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

Inheritance: System.Exception
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
BuildCacheException ( ) : System
BuildCacheException ( string message ) : System
BuildCacheException ( string message, Exception inner ) : System

Method Details

BuildCacheException() public méthode

public BuildCacheException ( ) : System
Résultat System

BuildCacheException() public méthode

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

BuildCacheException() public méthode

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