ItemErrorException Constructor (String, Exception) |
Constructor for ItemErrorException
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic ItemErrorException(
string message,
Exception ex
)
Public Sub New (
message As String,
ex As Exception
)
public ItemErrorException(
String message,
Exception ex
)
public function ItemErrorException(
message : String,
ex : Exception
)
Parameters
- message
- Type: SystemString
Error message - ex
- Type: SystemException
Instance of Exception
See Also