AsyncWcfLib

WcfErrorMessage Members

WcfErrorMessage overview

Public Instance Constructors

WcfErrorMessage Overloaded. Initializes a new instance of the WcfErrorMessage class.

Public Instance Fields

InnerMessage Get the exception information.
Message Get the exception information.
StackTrace Get the exception information.
z_error z_error is public but used internally only! Use 'Error' instead! Reason: http://msdn.microsoft.com/en-us/library/bb924412%28v=VS.100%29.aspx Error is stramed as int in order to make it reverse compatible to older communication partners

Public Instance Properties

BoundSyncContext (inherited from WcfMessage)
Error Get or set the Error-Code
ExtensionData (inherited from WcfMessage)Each WCF message may contain more data than the receiver has expected.This normally happens when the senders version is newer than the receivers version.Some data cannot be deserialized at the receiver. WCF provides this object to store this extension data.When serializing this message again (gateway functionality) the extension data is included and not lost.
IsSent (inherited from WcfMessage)
IsThreadSafe (inherited from WcfMessage)

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString Trace the errormessage

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

WcfErrorMessage Class | SourceForge.AsyncWcfLib Namespace