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!

Trace.Assert

[To be supplied.]

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

Parameters

condition
[To be supplied.]
assertMessage
[To be supplied.]

See Also

Trace Class | Trace Members | System.Data.XML Namespace