Bug 130518. Throw INVALID PARAMETER exception on null and empty strings
This commit is contained in:
@@ -319,6 +319,11 @@ namespace Novell.CASA
|
||||
return getMessage(m_iException);
|
||||
}
|
||||
|
||||
public int getErrorCode()
|
||||
{
|
||||
return m_iException;
|
||||
}
|
||||
|
||||
public string getMessage(int iException)
|
||||
{
|
||||
switch (iException)
|
||||
|
||||
Reference in New Issue
Block a user