C# Class Microsoft.DocAsCode.Build.ManagedReference.BuildOutputs.ApiExceptionInfoBuildOutput

Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
FromModel ( ExceptionInfo model ) : ApiExceptionInfoBuildOutput
FromModel ( ExceptionInfo model, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiExceptionInfoBuildOutput

Method Details

Expand() public méthode

public Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
Résultat void

FromModel() public static méthode

public static FromModel ( ExceptionInfo model ) : ApiExceptionInfoBuildOutput
model Microsoft.DocAsCode.DataContracts.ManagedReference.ExceptionInfo
Résultat ApiExceptionInfoBuildOutput

FromModel() public static méthode

public static FromModel ( ExceptionInfo model, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiExceptionInfoBuildOutput
model Microsoft.DocAsCode.DataContracts.ManagedReference.ExceptionInfo
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
Résultat ApiExceptionInfoBuildOutput