Permalink
Fetching contributors…
Cannot retrieve contributors at this time
57 lines (57 sloc) 3.28 KB
<Type Name="MessagingCommunicationException" FullName="Microsoft.ServiceBus.Messaging.MessagingCommunicationException">
<TypeSignature Language="C#" Value="public sealed class MessagingCommunicationException : Microsoft.ServiceBus.Messaging.MessagingException" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed beforefieldinit MessagingCommunicationException extends Microsoft.ServiceBus.Messaging.MessagingException" />
<TypeSignature Language="DocId" Value="T:Microsoft.ServiceBus.Messaging.MessagingCommunicationException" />
<AssemblyInfo>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.ServiceBus.Messaging.MessagingException</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>The exception that is thrown to signal messaging communication errors.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MessagingCommunicationException (string communicationPath);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string communicationPath) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.Messaging.MessagingCommunicationException.#ctor(System.String)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<Parameters>
<Parameter Name="communicationPath" Type="System.String" />
</Parameters>
<Docs>
<param name="communicationPath">The communication path.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.ServiceBus.Messaging.MessagingCommunicationException" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MessagingCommunicationException (string message, Exception innerException);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception innerException) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.Messaging.MessagingCommunicationException.#ctor(System.String,System.Exception)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
<Parameter Name="innerException" Type="System.Exception" />
</Parameters>
<Docs>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The inner exception that is the cause of the current exception.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.ServiceBus.Messaging.MessagingCommunicationException" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>