Accusoft.NotateXpressSdk Namespace > DuplicateMenuIdException Class > DuplicateMenuIdException Constructor : DuplicateMenuIdException 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 DuplicateMenuIdException(message, innerException)
public DuplicateMenuIdException( string message, Exception innerException )
public: DuplicateMenuIdException( string* message, Exception* innerException )
public: DuplicateMenuIdException( String^ message, Exception^ innerException )