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
MessageResource
SMessageResourcesparamters
object[]
SArgumentException(string)
Standard constructor
public SArgumentException(string message)
Parameters
message
stringThe 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)