NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SerTrace.SoapAssert

[To be supplied.]

[Visual Basic]
Public Shared Sub SoapAssert( _
   ByVal condition As Boolean, _
   ByVal message As String _
)
[C#]
public static void SoapAssert(
   bool condition,
   string message
);
[C++]
public: static void SoapAssert(
   bool condition,
   String* message
);
[JScript]
public static function SoapAssert(
   condition : Boolean,
   message : String
);

Parameters

condition
[To be supplied.]
message
[To be supplied.]

See Also

SerTrace Class | SerTrace Members | System.Runtime.Serialization.Formatters Namespace