PipeException.xml 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="PipeException" FullName="System.IO.PipeException">
  3. <TypeSignature Language="C#" Value="public class PipeException : System.IO.IOException" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PipeException extends System.IO.IOException" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.ServiceModel</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.IO.IOException</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Docs>
  14. <remarks>To be added.</remarks>
  15. <summary>
  16. <attribution license="cc4" from="Microsoft" modified="false" />
  17. <para>Thrown when an error occurs within a named pipe.</para>
  18. </summary>
  19. </Docs>
  20. <Members>
  21. <Member MemberName=".ctor">
  22. <MemberSignature Language="C#" Value="public PipeException ();" />
  23. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
  24. <MemberType>Constructor</MemberType>
  25. <AssemblyInfo>
  26. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  27. </AssemblyInfo>
  28. <Parameters />
  29. <Docs>
  30. <remarks>To be added.</remarks>
  31. <summary>
  32. <attribution license="cc4" from="Microsoft" modified="false" />
  33. <para>Initializes a new instance of the <see cref="T:System.IO.PipeException" /> class. </para>
  34. </summary>
  35. </Docs>
  36. </Member>
  37. <Member MemberName=".ctor">
  38. <MemberSignature Language="C#" Value="public PipeException (string message);" />
  39. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" />
  40. <MemberType>Constructor</MemberType>
  41. <AssemblyInfo>
  42. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  43. </AssemblyInfo>
  44. <Parameters>
  45. <Parameter Name="message" Type="System.String" />
  46. </Parameters>
  47. <Docs>
  48. <remarks>To be added.</remarks>
  49. <summary>
  50. <attribution license="cc4" from="Microsoft" modified="false" />
  51. <para>Initializes a new instance of the <see cref="T:System.IO.PipeException" /> class with a specified error message. </para>
  52. </summary>
  53. <param name="message">
  54. <attribution license="cc4" from="Microsoft" modified="false" />A string that contains the error message that explains the reason for the exception.</param>
  55. </Docs>
  56. </Member>
  57. <Member MemberName=".ctor">
  58. <MemberSignature Language="C#" Value="protected PipeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);" />
  59. <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" />
  60. <MemberType>Constructor</MemberType>
  61. <AssemblyInfo>
  62. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  63. </AssemblyInfo>
  64. <Parameters>
  65. <Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" />
  66. <Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
  67. </Parameters>
  68. <Docs>
  69. <remarks>To be added.</remarks>
  70. <summary>
  71. <attribution license="cc4" from="Microsoft" modified="false" />
  72. <para>Initializes a new instance of the <see cref="T:System.IO.PipeException" /> class with the specified serialization information and streaming context.</para>
  73. </summary>
  74. <param name="info">
  75. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that contains all the data required to serialize the exception.</param>
  76. <param name="context">
  77. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that specifies the source and destination of the stream.</param>
  78. </Docs>
  79. </Member>
  80. <Member MemberName=".ctor">
  81. <MemberSignature Language="C#" Value="public PipeException (string message, Exception inner);" />
  82. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception inner) cil managed" />
  83. <MemberType>Constructor</MemberType>
  84. <AssemblyInfo>
  85. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  86. </AssemblyInfo>
  87. <Parameters>
  88. <Parameter Name="message" Type="System.String" />
  89. <Parameter Name="inner" Type="System.Exception" />
  90. </Parameters>
  91. <Docs>
  92. <remarks>To be added.</remarks>
  93. <summary>
  94. <attribution license="cc4" from="Microsoft" modified="false" />
  95. <para>Initializes a new instance of the <see cref="T:System.IO.PipeException" /> class with the specified error message and the inner exception. </para>
  96. </summary>
  97. <param name="message">
  98. <attribution license="cc4" from="Microsoft" modified="false" />A string that contains the error message that explains the reason for the exception.</param>
  99. <param name="inner">
  100. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Exception" /> that caused the current exception to be thrown. </param>
  101. </Docs>
  102. </Member>
  103. <Member MemberName=".ctor">
  104. <MemberSignature Language="C#" Value="public PipeException (string message, int errorCode);" />
  105. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, int32 errorCode) cil managed" />
  106. <MemberType>Constructor</MemberType>
  107. <AssemblyInfo>
  108. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  109. </AssemblyInfo>
  110. <Parameters>
  111. <Parameter Name="message" Type="System.String" />
  112. <Parameter Name="errorCode" Type="System.Int32" />
  113. </Parameters>
  114. <Docs>
  115. <remarks>To be added.</remarks>
  116. <summary>
  117. <attribution license="cc4" from="Microsoft" modified="false" />
  118. <para>Initializes a new instance of the <see cref="T:System.IO.PipeException" /> class with a specified error message and error code. </para>
  119. </summary>
  120. <param name="message">
  121. <attribution license="cc4" from="Microsoft" modified="false" />A string that contains the error message that explains the reason for the exception.</param>
  122. <param name="errorCode">
  123. <attribution license="cc4" from="Microsoft" modified="false" />An integer that contains the error code.</param>
  124. </Docs>
  125. </Member>
  126. <Member MemberName="ErrorCode">
  127. <MemberSignature Language="C#" Value="public virtual int ErrorCode { get; }" />
  128. <MemberSignature Language="ILAsm" Value=".property instance int32 ErrorCode" />
  129. <MemberType>Property</MemberType>
  130. <AssemblyInfo>
  131. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  132. </AssemblyInfo>
  133. <ReturnValue>
  134. <ReturnType>System.Int32</ReturnType>
  135. </ReturnValue>
  136. <Docs>
  137. <value>To be added.</value>
  138. <remarks>To be added.</remarks>
  139. <summary>
  140. <attribution license="cc4" from="Microsoft" modified="false" />
  141. <para>Gets the error code to be returned with the exception. </para>
  142. </summary>
  143. </Docs>
  144. </Member>
  145. </Members>
  146. </Type>