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!

AdapterDesignUtil.MakeErrorString

[To be supplied.]

[Visual Basic]
Public Shared Function MakeErrorString( _
   ByVal str1 As String, _
   ByVal e As Exception _
) As String
[C#]
public static string MakeErrorString(
   string str1,
   Exception e
);
[C++]
public: static String* MakeErrorString(
   String* str1,
   Exception* e
);
[JScript]
public static function MakeErrorString(
   str1 : String,
   e : Exception
) : String;

Parameters

str1
[To be supplied.]
e
[To be supplied.]

See Also

AdapterDesignUtil Class | AdapterDesignUtil Members | System.Data.Design Namespace