DuplicateRelationshipException Constructor (String) |
Namespace:
Dundas.BI.Data
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxpublic DuplicateRelationshipException(
string message
)
Public Sub New (
message As String
)
public:
DuplicateRelationshipException(
String^ message
)
new :
message : string -> DuplicateRelationshipExceptionParameters
- message
- Type: SystemString
See Also