Method GetExceptionTexts
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
GetExceptionTexts(string)
Returns the texts for a given exception, or an empty ImmutableArray if no documentation was given for the exception.
public ImmutableArray<string> GetExceptionTexts(string exceptionName)
Parameters
exceptionName
string