InheritanceConflictException Constructor (String) | 
  
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic InheritanceConflictException(
	string? message
)
Public Sub New ( 
	message As String
)
public:
InheritanceConflictException(
	String^ message
)
new : 
        message : string -> InheritanceConflictExceptionParameters
- message
 - Type: SystemString
The message that describes the error. 
See Also