home *** CD-ROM | disk | FTP | other *** search
Wrap
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML DIR=LTR> <HEAD> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"> <TITLE>Exception.Source</TITLE> <SCRIPT src="vs70link.js"></SCRIPT> <SCRIPT src="vs70.js"></SCRIPT> </HEAD> <body topmargin="0" id="bodyID" class = "dtBODY"> <object id="obj_cook" classid="clsid:59CC0C20-679B-11D2-88BD-0800361A1803" style="display:none;"></object> <div id="nsbanner"> <div id="bannerrow1"> <TABLE CLASS="bannerparthead" CELLSPACING=0> <TR ID="hdr"> <TD CLASS="runninghead" nowrap>NGWS SDK Documentation</TD> <TD CLASS="product" nowrap> </TD> </TR> </TABLE> </div> </div> <DIV id="nstext" valign="bottom"> <br> <font color=ff0000 size="1"><i>This is preliminary documentation and subject to change.</i></font> <br> <font size="1"><i>To comment on this topic, please send us email at <a href="mailto:ngwssdk@microsoft.com">ngwssdk@microsoft.com</a>. Thanks!</i></font> <br> <br> <H1 class="dtH1"><A NAME="frlrfsystemexceptionclasssourcetopic"></A>Exception.Source</H1> <P>Retrieves or assigns a string containing the name of the application or the object that has generated the error.</P> <PRE class="syntax"><SPAN class="lang">[Visual Basic] </SPAN><B>Overridable Public Property Source As String </B><SPAN class="lang">[C#] </SPAN><B>public string Source {virtual get; virtual set;} </B><SPAN class="lang">[C++] </SPAN><B>public: __property virtual String* get_Source(); public: __property virtual void set_Source(String*); </B><SPAN class="lang">[JScript] </SPAN><B>public function get Source() : String; public function set Source(String);</B></PRE> <H4 class="dtH4">Property Value</H4> <P>A <A href="frlrfsystemstringclasstopic.htm">String</A> containing the name of the application or the object that has generated the error.</P> <H4 class="dtH4">Remarks</H4> <P>The Source method returns the source and assigns a string value to the error that has occurred, such as the application name.</P> <H4 class="dtH4">See Also</H4> <P><A href="frlrfsystemexceptionclasstopic.htm">Exception Class</A> | <A href="frlrfsystemexceptionmemberstopic.htm">Exception Members</A> | <A href="frlrfsystem.htm">System Namespace</A></P> <div class="footer"> <p> <center><font color="navy" size="1">Build number 1812.</font></center> <p> </div> <div class="footer"> <br> <center><font size="1"><a href="copybeta_nonconfidential.htm">© 2000 Microsoft Corporation. All rights reserved.</a></font></center> <br> </div> </div> </BODY> </HTML>