Accusoft.NotateXpressSdk Namespace > ItemNotFoundException Class > ItemNotFoundException Constructor : ItemNotFoundException Constructor(String,Exception) |
'Declaration Public Function New( _ ByVal message As String, _ ByVal innerException As Exception _ )
'Usage Dim message As String Dim innerException As Exception Dim instance As New ItemNotFoundException(message, innerException)
public ItemNotFoundException( string message, Exception innerException )
public: ItemNotFoundException( string* message, Exception* innerException )
public: ItemNotFoundException( String^ message, Exception^ innerException )