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