Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML :
<login>
  <user name="user" pwd="G,?????H
L`*?">



Property:
public byte[] pwd {
        get {
            return this.pwdField;
        }
        set {
            this.pwdField = value;
        }
    }


Throwing exception while setting the value to pwdField.

What I have tried:

Searched on google but not find any clue on it. Thank you
Posted
Updated 23-Nov-16 18:08pm
v2
Comments
Richard MacCutchan 24-Nov-16 3:56am    
Where is pwdField defined, and what exception do you see?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900