| | |
A property as a parameter in a constructor?
Please support our C# advertiser: Programming Forums - DaniWeb Sister Site
![]() |
I am supposed to write a custom exception handling constructor. First, I need to write a read/write string property and then I write the constructor that somehow needs to accept this property as a parameter (among other things such as msg and inner exception).
Any ideas? This is how it is worded on a homework by the way.
Thanks.
Any ideas? This is how it is worded on a homework by the way.
Thanks.
Last edited by Ratte; Feb 5th, 2008 at 7:23 pm.
C# Syntax (Toggle Plain Text)
class XYZ { string str; public string Str { get { return str; } set { str = value; } } public XYZ(string str) { this.str = str; } }
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
![]() |
Similar Threads
- how to put field values of a jsp in to a java api as a parameter (JSP)
- Gridbag Layout Probelm [Code Included] (Java)
- Compound Control Class (Pascal and Delphi)
Other Threads in the C# Forum
- Previous Thread: Hi
- Next Thread: Salary calculation
Views: 2146 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array bitmap box broadcast buttons c# chat check checkbox class client code color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms function gdi+ http httpwebrequest image index input install java label list listbox listener login mandelbrot math mouseclick mysql object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting resource richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update validation visualstudio webbrowser windows winforms wpf xml






