Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

362 lines
20 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="WebSocketException" FullName="System.Net.WebSockets.WebSocketException">
<TypeSignature Language="C#" Value="public sealed class WebSocketException : System.ComponentModel.Win32Exception" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit WebSocketException extends System.ComponentModel.Win32Exception" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ComponentModel.Win32Exception</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents an exception that occurred when performing an operation on a WebSocket connection.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (int nativeError);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 nativeError) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="nativeError" Type="System.Int32" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="nativeError">
<attribution license="cc4" from="Microsoft" modified="false" />The native error code for the exception.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (System.Net.WebSockets.WebSocketError error);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Net.WebSockets.WebSocketError error) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="error" Type="System.Net.WebSockets.WebSocketError" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="error">
<attribution license="cc4" from="Microsoft" modified="false" />The error from the WebSocketError enumeration.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (string message);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="message">
<attribution license="cc4" from="Microsoft" modified="false" />The description of the error.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (int nativeError, Exception innerException);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 nativeError, class System.Exception innerException) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="nativeError" Type="System.Int32" />
<Parameter Name="innerException" Type="System.Exception" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="nativeError">
<attribution license="cc4" from="Microsoft" modified="false" />The native error code for the exception.</param>
<param name="innerException">
<attribution license="cc4" from="Microsoft" modified="false" />Indicates the previous exception that led to the current exception.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (int nativeError, string message);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 nativeError, string message) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="nativeError" Type="System.Int32" />
<Parameter Name="message" Type="System.String" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="nativeError">
<attribution license="cc4" from="Microsoft" modified="false" />The native error code for the exception.</param>
<param name="message">
<attribution license="cc4" from="Microsoft" modified="false" />The description of the error.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (System.Net.WebSockets.WebSocketError error, Exception innerException);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Net.WebSockets.WebSocketError error, class System.Exception innerException) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="error" Type="System.Net.WebSockets.WebSocketError" />
<Parameter Name="innerException" Type="System.Exception" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="error">
<attribution license="cc4" from="Microsoft" modified="false" />The error from the WebSocketError enumeration.</param>
<param name="innerException">
<attribution license="cc4" from="Microsoft" modified="false" />Indicates the previous exception that led to the current exception.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Net.WebSockets.WebSocketError error, int32 nativeError) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="error" Type="System.Net.WebSockets.WebSocketError" />
<Parameter Name="nativeError" Type="System.Int32" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="error">
<attribution license="cc4" from="Microsoft" modified="false" />The error from the WebSocketError enumeration.</param>
<param name="nativeError">
<attribution license="cc4" from="Microsoft" modified="false" />The native error code for the exception.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (System.Net.WebSockets.WebSocketError error, string message);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Net.WebSockets.WebSocketError error, string message) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="error" Type="System.Net.WebSockets.WebSocketError" />
<Parameter Name="message" Type="System.String" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="error">
<attribution license="cc4" from="Microsoft" modified="false" />The error from the WebSocketError enumeration.</param>
<param name="message">
<attribution license="cc4" from="Microsoft" modified="false" />The description of the error.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (string message, Exception innerException);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception innerException) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
<Parameter Name="innerException" Type="System.Exception" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="message">
<attribution license="cc4" from="Microsoft" modified="false" />The description of the error.</param>
<param name="innerException">
<attribution license="cc4" from="Microsoft" modified="false" />Indicates the previous exception that led to the current exception.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError, Exception innerException);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Net.WebSockets.WebSocketError error, int32 nativeError, class System.Exception innerException) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="error" Type="System.Net.WebSockets.WebSocketError" />
<Parameter Name="nativeError" Type="System.Int32" />
<Parameter Name="innerException" Type="System.Exception" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="error">
<attribution license="cc4" from="Microsoft" modified="false" />The error from the WebSocketError enumeration.</param>
<param name="nativeError">
<attribution license="cc4" from="Microsoft" modified="false" />The native error code for the exception.</param>
<param name="innerException">
<attribution license="cc4" from="Microsoft" modified="false" />Indicates the previous exception that led to the current exception.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError, string message);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Net.WebSockets.WebSocketError error, int32 nativeError, string message) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="error" Type="System.Net.WebSockets.WebSocketError" />
<Parameter Name="nativeError" Type="System.Int32" />
<Parameter Name="message" Type="System.String" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="error">
<attribution license="cc4" from="Microsoft" modified="false" />The error from the WebSocketError enumeration.</param>
<param name="nativeError">
<attribution license="cc4" from="Microsoft" modified="false" />The native error code for the exception.</param>
<param name="message">
<attribution license="cc4" from="Microsoft" modified="false" />The description of the error.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (System.Net.WebSockets.WebSocketError error, string message, Exception innerException);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Net.WebSockets.WebSocketError error, string message, class System.Exception innerException) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="error" Type="System.Net.WebSockets.WebSocketError" />
<Parameter Name="message" Type="System.String" />
<Parameter Name="innerException" Type="System.Exception" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="error">
<attribution license="cc4" from="Microsoft" modified="false" />The error from the WebSocketError enumeration.</param>
<param name="message">
<attribution license="cc4" from="Microsoft" modified="false" />The description of the error.</param>
<param name="innerException">
<attribution license="cc4" from="Microsoft" modified="false" />Indicates the previous exception that led to the current exception.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError, string message, Exception innerException);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Net.WebSockets.WebSocketError error, int32 nativeError, string message, class System.Exception innerException) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="error" Type="System.Net.WebSockets.WebSocketError" />
<Parameter Name="nativeError" Type="System.Int32" />
<Parameter Name="message" Type="System.String" />
<Parameter Name="innerException" Type="System.Exception" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketException" /> class.</para>
</summary>
<param name="error">
<attribution license="cc4" from="Microsoft" modified="false" />The error from the WebSocketError enumeration.</param>
<param name="nativeError">
<attribution license="cc4" from="Microsoft" modified="false" />The native error code for the exception.</param>
<param name="message">
<attribution license="cc4" from="Microsoft" modified="false" />The description of the error.</param>
<param name="innerException">
<attribution license="cc4" from="Microsoft" modified="false" />Indicates the previous exception that led to the current exception.</param>
</Docs>
</Member>
<Member MemberName="WebSocketErrorCode">
<MemberSignature Language="C#" Value="public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Net.WebSockets.WebSocketError WebSocketErrorCode" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Net.WebSockets.WebSocketError</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Returns a WebSocketError indicating the type of error that occurred.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>