SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class MessageParseException

Inheritance
System.Object
System.Exception
MessageParseException
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class MessageParseException : Exception

Constructors

| Improve this Doc View Source

MessageParseException(String, String, Object[])

Declaration
public MessageParseException(string originalMessageText, string errorMessage, params object[] errorMessageArgs)
Parameters
Type Name Description
System.String originalMessageText
System.String errorMessage
System.Object[] errorMessageArgs

Properties

| Improve this Doc View Source

OriginalMessageText

Declaration
public string OriginalMessageText { get; }
Type Description
System.String
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX