MessageFault.CreateFault Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a new MessageFault object that uses the specified Message and the specified maximum buffer size for the message buffer.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
- Type: System.ServiceModel.Channels.Message
The specified Message to be used to create the MessageFault object.
- maxBufferSize
- Type: System.Int32
The specified maximum buffer size for the message buffer.
Show: