Class IssueSystemException
Summary description for IssueSystemException.
Assembly: Slps.Domain.Interfaces.dll
Constructors
IssueSystemException(Exception, String, Object[])
Declaration
public IssueSystemException(Exception oInnerException, string sFormat, params object[] Args)
Parameters
Type |
Name |
Description |
System.Exception |
oInnerException |
|
System.String |
sFormat |
|
System.Object[] |
Args |
|
IssueSystemException(String, Object[])
Declaration
public IssueSystemException(string sFormat, params object[] Args)
Parameters
Type |
Name |
Description |
System.String |
sFormat |
|
System.Object[] |
Args |
|