LanguageServerInitializationFailureInfo(Exception, String) Constructor
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.
Initializes a new instance of the LanguageServerInitializationFailureInfo class.
public LanguageServerInitializationFailureInfo (Exception? exception, string? statusMessage);
new Microsoft.VisualStudio.RpcContracts.LanguageServerProvider.LanguageServerInitializationFailureInfo : Exception * string -> Microsoft.VisualStudio.RpcContracts.LanguageServerProvider.LanguageServerInitializationFailureInfo
Public Sub New (exception As Exception, statusMessage As String)
Parameters
- exception
- Exception
Exception object to be stored.
- statusMessage
- String
User-readable status message related to the stored exception.