?????????????????????????????????????п???????????????????????2?????????????????????????????????????????????????????????????У?????????????????????????????????CaseErrorException???????????????????????????????????????????????????

 

public class UserOperationsHelper

 

{

    public void LogOn(string username?? string password)

 

    {


        // string.Empty????????????????


        if (username == null)


            throw new CaseErrorException(new ArgumentNullException("username"));


        if (password == null)

            throw new CaseErrorException(new ArgumentNullException("password"));


 

 

        ...

    }

}

 
 

???????????£?????????????????????????????????????????????????????????????????????????н???CaseErrorException?????????????????顣