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
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="ServerFault" FullName="System.Runtime.Serialization.Formatters.ServerFault">
<TypeSignature Maintainer="auto" Language="C#" Value="public sealed class ServerFault" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed beforefieldinit ServerFault extends System.Object" />
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.Remoting.Metadata.SoapType(Embedded=true)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Runtime.Serialization.Formatters.ServerFault" /> object is used to hold information about an exception that was thrown on the server to the client. The <see cref="T:System.Runtime.Serialization.Formatters.ServerFault" /> is transmitted in SOAP format.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Contains information for a server fault. This class cannot be inherited.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ServerFault (string exceptionType, string message, string stackTrace);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string exceptionType, string message, string stackTrace) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue />
<Parameters>
<Parameter Name="exceptionType" Type="System.String" />
<Parameter Name="message" Type="System.String" />
<Parameter Name="stackTrace" Type="System.String" />
</Parameters>
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Formatters.ServerFault" /> class.</para>
</summary>
<param name="exceptionType">
<attribution license="cc4" from="Microsoft" modified="false" />The type of the exception that occurred on the server. </param>
<param name="message">
<attribution license="cc4" from="Microsoft" modified="false" />The message that accompanied the exception. </param>
<param name="stackTrace">
<attribution license="cc4" from="Microsoft" modified="false" />The stack trace of the thread that threw the exception on the server. </param>
</Docs>
</Member>
<Member MemberName="ExceptionMessage">
<MemberSignature Language="C#" Value="public string ExceptionMessage { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ExceptionMessage" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the exception message that accompanied the exception thrown on the server.</para>
</summary>
</Docs>
</Member>
<Member MemberName="ExceptionType">
<MemberSignature Language="C#" Value="public string ExceptionType { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ExceptionType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the type of exception that was thrown by the server.</para>
</summary>
</Docs>
</Member>
<Member MemberName="StackTrace">
<MemberSignature Language="C#" Value="public string StackTrace { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string StackTrace" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the stack trace of the thread that threw the exception on the server.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>
|