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 SourceMessageParseException(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 SourceOriginalMessageText
Declaration
public string OriginalMessageText { get; }
| Type | Description |
|---|---|
| System.String |