mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 17:24:07 -05:00
563 lines
17 KiB
YAML
563 lines
17 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException
|
|
commentId: T:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException
|
|
id: MessageParseException
|
|
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
|
children:
|
|
- Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.#ctor(System.String,System.String,System.Object[])
|
|
- Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.OriginalMessageText
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: MessageParseException
|
|
nameWithType: MessageParseException
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/MessageParseException.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: MessageParseException
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/MessageParseException.cs
|
|
startLine: 9
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
|
syntax:
|
|
content: 'public class MessageParseException : Exception'
|
|
content.vb: >-
|
|
Public Class MessageParseException
|
|
Inherits Exception
|
|
inheritance:
|
|
- System.Object
|
|
- System.Exception
|
|
inheritedMembers:
|
|
- System.Exception.GetBaseException
|
|
- System.Exception.ToString
|
|
- System.Exception.Data
|
|
- System.Exception.HelpLink
|
|
- System.Exception.HResult
|
|
- System.Exception.InnerException
|
|
- System.Exception.Message
|
|
- System.Exception.Source
|
|
- System.Exception.StackTrace
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
modifiers.csharp:
|
|
- public
|
|
- class
|
|
modifiers.vb:
|
|
- Public
|
|
- Class
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.OriginalMessageText
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.OriginalMessageText
|
|
id: OriginalMessageText
|
|
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OriginalMessageText
|
|
nameWithType: MessageParseException.OriginalMessageText
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.OriginalMessageText
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/MessageParseException.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: OriginalMessageText
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/MessageParseException.cs
|
|
startLine: 11
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
|
syntax:
|
|
content: public string OriginalMessageText { get; }
|
|
content.vb: Public ReadOnly Property OriginalMessageText As String
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
overload: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.OriginalMessageText*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.#ctor(System.String,System.String,System.Object[])
|
|
commentId: M:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.#ctor(System.String,System.String,System.Object[])
|
|
id: '#ctor(System.String,System.String,System.Object[])'
|
|
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: MessageParseException(String, String, Object[])
|
|
nameWithType: MessageParseException.MessageParseException(String, String, Object[])
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.MessageParseException(System.String, System.String, System.Object[])
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/MessageParseException.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: .ctor
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/MessageParseException.cs
|
|
startLine: 13
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
|
syntax:
|
|
content: public MessageParseException(string originalMessageText, string errorMessage, params object[] errorMessageArgs)
|
|
content.vb: Public Sub New(originalMessageText As String, errorMessage As String, ParamArray errorMessageArgs As Object())
|
|
parameters:
|
|
- id: originalMessageText
|
|
type: System.String
|
|
- id: errorMessage
|
|
type: System.String
|
|
- id: errorMessageArgs
|
|
type: System.Object[]
|
|
overload: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.#ctor*
|
|
nameWithType.vb: MessageParseException.MessageParseException(String, String, Object())
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
fullName.vb: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.MessageParseException(System.String, System.String, System.Object())
|
|
name.vb: MessageParseException(String, String, Object())
|
|
references:
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
|
commentId: N:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
|
isExternal: false
|
|
name: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
|
nameWithType: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
- uid: System.Exception
|
|
commentId: T:System.Exception
|
|
parent: System
|
|
isExternal: true
|
|
name: Exception
|
|
nameWithType: Exception
|
|
fullName: System.Exception
|
|
- uid: System.Exception.GetBaseException
|
|
commentId: M:System.Exception.GetBaseException
|
|
parent: System.Exception
|
|
isExternal: true
|
|
name: GetBaseException()
|
|
nameWithType: Exception.GetBaseException()
|
|
fullName: System.Exception.GetBaseException()
|
|
spec.csharp:
|
|
- uid: System.Exception.GetBaseException
|
|
name: GetBaseException
|
|
nameWithType: Exception.GetBaseException
|
|
fullName: System.Exception.GetBaseException
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Exception.GetBaseException
|
|
name: GetBaseException
|
|
nameWithType: Exception.GetBaseException
|
|
fullName: System.Exception.GetBaseException
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Exception.ToString
|
|
commentId: M:System.Exception.ToString
|
|
parent: System.Exception
|
|
isExternal: true
|
|
name: ToString()
|
|
nameWithType: Exception.ToString()
|
|
fullName: System.Exception.ToString()
|
|
spec.csharp:
|
|
- uid: System.Exception.ToString
|
|
name: ToString
|
|
nameWithType: Exception.ToString
|
|
fullName: System.Exception.ToString
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Exception.ToString
|
|
name: ToString
|
|
nameWithType: Exception.ToString
|
|
fullName: System.Exception.ToString
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Exception.Data
|
|
commentId: P:System.Exception.Data
|
|
parent: System.Exception
|
|
isExternal: true
|
|
name: Data
|
|
nameWithType: Exception.Data
|
|
fullName: System.Exception.Data
|
|
- uid: System.Exception.HelpLink
|
|
commentId: P:System.Exception.HelpLink
|
|
parent: System.Exception
|
|
isExternal: true
|
|
name: HelpLink
|
|
nameWithType: Exception.HelpLink
|
|
fullName: System.Exception.HelpLink
|
|
- uid: System.Exception.HResult
|
|
commentId: P:System.Exception.HResult
|
|
parent: System.Exception
|
|
isExternal: true
|
|
name: HResult
|
|
nameWithType: Exception.HResult
|
|
fullName: System.Exception.HResult
|
|
- uid: System.Exception.InnerException
|
|
commentId: P:System.Exception.InnerException
|
|
parent: System.Exception
|
|
isExternal: true
|
|
name: InnerException
|
|
nameWithType: Exception.InnerException
|
|
fullName: System.Exception.InnerException
|
|
- uid: System.Exception.Message
|
|
commentId: P:System.Exception.Message
|
|
parent: System.Exception
|
|
isExternal: true
|
|
name: Message
|
|
nameWithType: Exception.Message
|
|
fullName: System.Exception.Message
|
|
- uid: System.Exception.Source
|
|
commentId: P:System.Exception.Source
|
|
parent: System.Exception
|
|
isExternal: true
|
|
name: Source
|
|
nameWithType: Exception.Source
|
|
fullName: System.Exception.Source
|
|
- uid: System.Exception.StackTrace
|
|
commentId: P:System.Exception.StackTrace
|
|
parent: System.Exception
|
|
isExternal: true
|
|
name: StackTrace
|
|
nameWithType: Exception.StackTrace
|
|
fullName: System.Exception.StackTrace
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: Equals(Object)
|
|
nameWithType: Object.Equals(Object)
|
|
fullName: System.Object.Equals(System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: Equals(Object, Object)
|
|
nameWithType: Object.Equals(Object, Object)
|
|
fullName: System.Object.Equals(System.Object, System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: GetHashCode()
|
|
nameWithType: Object.GetHashCode()
|
|
fullName: System.Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
nameWithType: Object.GetHashCode
|
|
fullName: System.Object.GetHashCode
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
nameWithType: Object.GetHashCode
|
|
fullName: System.Object.GetHashCode
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: GetType()
|
|
nameWithType: Object.GetType()
|
|
fullName: System.Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
nameWithType: Object.GetType
|
|
fullName: System.Object.GetType
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
nameWithType: Object.GetType
|
|
fullName: System.Object.GetType
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: MemberwiseClone()
|
|
nameWithType: Object.MemberwiseClone()
|
|
fullName: System.Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
nameWithType: Object.MemberwiseClone
|
|
fullName: System.Object.MemberwiseClone
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
nameWithType: Object.MemberwiseClone
|
|
fullName: System.Object.MemberwiseClone
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: ReferenceEquals(Object, Object)
|
|
nameWithType: Object.ReferenceEquals(Object, Object)
|
|
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
nameWithType: Object.ReferenceEquals
|
|
fullName: System.Object.ReferenceEquals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
nameWithType: Object.ReferenceEquals
|
|
fullName: System.Object.ReferenceEquals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: false
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.OriginalMessageText*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.OriginalMessageText
|
|
isExternal: false
|
|
name: OriginalMessageText
|
|
nameWithType: MessageParseException.OriginalMessageText
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.OriginalMessageText
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.#ctor*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.#ctor
|
|
isExternal: false
|
|
name: MessageParseException
|
|
nameWithType: MessageParseException.MessageParseException
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.MessageParseException
|
|
- uid: System.Object[]
|
|
name: Object[]
|
|
nameWithType: Object[]
|
|
fullName: System.Object[]
|
|
nameWithType.vb: Object()
|
|
fullname.vb: System.Object()
|
|
name.vb: Object()
|
|
spec.csharp:
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
spec.vb:
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|