MessageFault Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The MessageFault type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows Phone CreateFault Returns a new MessageFault object that uses the specified Message and the specified maximum buffer size for the message buffer.
Public methodSupported by Silverlight for Windows Phone Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetDetail<T>() Returns the detail object of the message fault.
Public methodSupported by Silverlight for Windows Phone GetDetail<T>(XmlObjectSerializer) Returns the detail object that uses the specified XmlObjectSerializer.
Public methodSupported by Silverlight for Windows Phone GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetReaderAtDetailContents Returns an XmlDictionaryReader object that is positioned on the detail object of the MessageFault.
Public methodSupported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone OnGetReaderAtDetailContents When called in a derived class, returns an XmlDictionaryReader object that is positioned on the detail object of the MessageFault.
Protected methodSupported by Silverlight for Windows Phone OnWriteDetail Invoked prior to writing the detail contents.
Protected methodSupported by Silverlight for Windows Phone OnWriteDetailContents When overridden in a non-abstract derived class, writes the contents of the detail element.
Protected methodSupported by Silverlight for Windows Phone OnWriteStartDetail Writes the start element using the specified XmlDictionaryWriter and SOAP envelope version.
Public methodSupported by Silverlight for Windows Phone ToString Returns a string that represents the current object. (Inherited from Object.)

Top