-
Notifications
You must be signed in to change notification settings - Fork 264
/
FabricConnectionDeniedException.xml
270 lines (270 loc) · 16.8 KB
/
FabricConnectionDeniedException.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<Type Name="FabricConnectionDeniedException" FullName="System.Fabric.FabricConnectionDeniedException">
<TypeSignature Language="C#" Value="public class FabricConnectionDeniedException : System.Fabric.FabricException" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit FabricConnectionDeniedException extends System.Fabric.FabricException" />
<TypeSignature Language="DocId" Value="T:System.Fabric.FabricConnectionDeniedException" />
<TypeSignature Language="VB.NET" Value="Public Class FabricConnectionDeniedException
Inherits FabricException" />
<TypeSignature Language="F#" Value="type FabricConnectionDeniedException = class
 inherit FabricException" />
<AssemblyInfo>
<AssemblyName>System.Fabric</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Fabric.FabricException</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Serializable]</AttributeName>
<AttributeName Language="F#">[<System.Serializable>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
<para>The exception that is thrown when a connection request is denied by Service Fabric cluster or server.</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FabricConnectionDeniedException ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Fabric.FabricConnectionDeniedException.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Fabric</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
<para>
Initializes a new instance of <see cref="T:System.Fabric.FabricConnectionDeniedException" /> class with error code <see cref="F:System.Fabric.FabricErrorCode.Unknown" />.
</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FabricConnectionDeniedException (System.Fabric.FabricErrorCode errorCode);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Fabric.FabricErrorCode errorCode) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Fabric.FabricConnectionDeniedException.#ctor(System.Fabric.FabricErrorCode)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (errorCode As FabricErrorCode)" />
<MemberSignature Language="F#" Value="new System.Fabric.FabricConnectionDeniedException : System.Fabric.FabricErrorCode -> System.Fabric.FabricConnectionDeniedException" Usage="new System.Fabric.FabricConnectionDeniedException errorCode" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Fabric</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="errorCode" Type="System.Fabric.FabricErrorCode" />
</Parameters>
<Docs>
<param name="errorCode">
<para>The error code associated with the exception.</para>
</param>
<summary>
<para>
Initializes a new instance of <see cref="T:System.Fabric.FabricConnectionDeniedException" /> class with a specified error code.
</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FabricConnectionDeniedException (string message);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Fabric.FabricConnectionDeniedException.#ctor(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String)" />
<MemberSignature Language="F#" Value="new System.Fabric.FabricConnectionDeniedException : string -> System.Fabric.FabricConnectionDeniedException" Usage="new System.Fabric.FabricConnectionDeniedException message" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Fabric</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
</Parameters>
<Docs>
<param name="message">
<para>The error message that explains the reason for the exception.</para>
</param>
<summary>
<para>
Initializes a new instance of <see cref="T:System.Fabric.FabricConnectionDeniedException" /> class with error code <see cref="F:System.Fabric.FabricErrorCode.Unknown" /> and a specified error message.
</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected FabricConnectionDeniedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class System.Runtime.Serialization.SerializationInfo info, valuetype System.Runtime.Serialization.StreamingContext context) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Fabric.FabricConnectionDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
<MemberSignature Language="VB.NET" Value="Protected Sub New (info As SerializationInfo, context As StreamingContext)" />
<MemberSignature Language="F#" Value="new System.Fabric.FabricConnectionDeniedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricConnectionDeniedException" Usage="new System.Fabric.FabricConnectionDeniedException (info, context)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Fabric</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" />
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
</Parameters>
<Docs>
<param name="info">
<para>The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains serialized object data of the exception being thrown.</para>
</param>
<param name="context">
<para>The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination. The context parameter is reserved for future use and can be null.</para>
</param>
<summary>
<para>
Initializes a new instance of <see cref="T:System.Fabric.FabricConnectionDeniedException" /> class from a serialized object data, with a specified context.
</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FabricConnectionDeniedException (string message, Exception inner);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception inner) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Fabric.FabricConnectionDeniedException.#ctor(System.String,System.Exception)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String, inner As Exception)" />
<MemberSignature Language="F#" Value="new System.Fabric.FabricConnectionDeniedException : string * Exception -> System.Fabric.FabricConnectionDeniedException" Usage="new System.Fabric.FabricConnectionDeniedException (message, inner)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Fabric</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
<Parameter Name="inner" Type="System.Exception" />
</Parameters>
<Docs>
<param name="message">
<para>The error message that explains the reason for the exception.</para>
</param>
<param name="inner">
<para>The exception that is the cause of the current exception or null if no inner exception is specified. The <see cref="T:System.Exception" /> class provides more details about the inner exception.</para>
</param>
<summary>
<para>
Initializes a new instance of <see cref="T:System.Fabric.FabricConnectionDeniedException" /> class
with a specified error message and a reference to the inner exception that is the cause of this exception.
</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FabricConnectionDeniedException (string message, System.Fabric.FabricErrorCode errorCode);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, valuetype System.Fabric.FabricErrorCode errorCode) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Fabric.FabricConnectionDeniedException.#ctor(System.String,System.Fabric.FabricErrorCode)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String, errorCode As FabricErrorCode)" />
<MemberSignature Language="F#" Value="new System.Fabric.FabricConnectionDeniedException : string * System.Fabric.FabricErrorCode -> System.Fabric.FabricConnectionDeniedException" Usage="new System.Fabric.FabricConnectionDeniedException (message, errorCode)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Fabric</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
<Parameter Name="errorCode" Type="System.Fabric.FabricErrorCode" />
</Parameters>
<Docs>
<param name="message">
<para>The error message that explains the reason for the exception.</para>
</param>
<param name="errorCode">
<para>The error code associated with the exception.</para>
</param>
<summary>
<para>
Initializes a new instance of <see cref="T:System.Fabric.FabricConnectionDeniedException" /> class with specified error message and error code.
</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected FabricConnectionDeniedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, System.Fabric.FabricErrorCode errorCode);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class System.Runtime.Serialization.SerializationInfo info, valuetype System.Runtime.Serialization.StreamingContext context, valuetype System.Fabric.FabricErrorCode errorCode) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Fabric.FabricConnectionDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Fabric.FabricErrorCode)" />
<MemberSignature Language="VB.NET" Value="Protected Sub New (info As SerializationInfo, context As StreamingContext, errorCode As FabricErrorCode)" />
<MemberSignature Language="F#" Value="new System.Fabric.FabricConnectionDeniedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext * System.Fabric.FabricErrorCode -> System.Fabric.FabricConnectionDeniedException" Usage="new System.Fabric.FabricConnectionDeniedException (info, context, errorCode)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Fabric</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" />
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
<Parameter Name="errorCode" Type="System.Fabric.FabricErrorCode" />
</Parameters>
<Docs>
<param name="info">
<para>The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains serialized object data of the exception being thrown.</para>
</param>
<param name="context">
<para>The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination. The context parameter is reserved for future use and can be null.</para>
</param>
<param name="errorCode">
<para>The error code associated with the exception.</para>
</param>
<summary>
<para>
Initializes a new instance of <see cref="T:System.Fabric.FabricConnectionDeniedException" /> class from a serialized object data, with specified context and error code.
</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FabricConnectionDeniedException (string message, Exception inner, System.Fabric.FabricErrorCode errorCode);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception inner, valuetype System.Fabric.FabricErrorCode errorCode) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Fabric.FabricConnectionDeniedException.#ctor(System.String,System.Exception,System.Fabric.FabricErrorCode)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String, inner As Exception, errorCode As FabricErrorCode)" />
<MemberSignature Language="F#" Value="new System.Fabric.FabricConnectionDeniedException : string * Exception * System.Fabric.FabricErrorCode -> System.Fabric.FabricConnectionDeniedException" Usage="new System.Fabric.FabricConnectionDeniedException (message, inner, errorCode)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Fabric</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
<Parameter Name="inner" Type="System.Exception" />
<Parameter Name="errorCode" Type="System.Fabric.FabricErrorCode" />
</Parameters>
<Docs>
<param name="message">
<para>The error message that explains the reason for the exception.</para>
</param>
<param name="inner">
<para>The exception that is the cause of the current exception or null if no inner exception is specified. The <see cref="T:System.Exception" /> class provides more details about the inner exception.</para>
</param>
<param name="errorCode">
<para>The error code associated with the exception.</para>
</param>
<summary>
<para>
Initializes a new instance of <see cref="T:System.Fabric.FabricConnectionDeniedException" /> class
with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified error code.
</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>