ILanguageClientInitializationInfo.InitializationException Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the exception that was thrown during initialization. May be null if no exception was thrown.
public:
property Exception ^ InitializationException { Exception ^ get(); };
public Exception? InitializationException { get; }
member this.InitializationException : Exception
Public ReadOnly Property InitializationException As Exception