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