Class SArgumentException
- Namespace
- SWConfigDataSharedLib.Exceptions
- Assembly
- IpPbxCDSSharedLib.dll
Exception indicating that one or more parameter is insufficient. The message can be localized.
public class SArgumentException : SBaseException
- Inheritance
-
SArgumentException
- Inherited Members
Constructors
SArgumentException(SMessageResources, params object[])
Standard constructor
public SArgumentException(SMessageResources MessageResource, params object[] paramters)
Parameters
MessageResourceSMessageResourcesparamtersobject[]
SArgumentException(string)
Standard constructor
public SArgumentException(string message)
Parameters
messagestringThe message
SArgumentException(string, bool)
Standard constructor
public SArgumentException(string message, bool Localized)
Parameters
SArgumentException(string, Exception)
Standard constructor
public SArgumentException(string message, Exception innerException)
Parameters
SArgumentException(string, Exception, bool)
Standard constructor
public SArgumentException(string message, Exception innerException, bool Localized)