ComposerIntegrationException(String) Constructor |
Namespace: Dundas.BI.ComposerIntegrationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ComposerIntegrationException(
string? message
)
Public Sub New (
message As String
)
public:
ComposerIntegrationException(
String^ message
)
new :
message : string -> ComposerIntegrationExceptionParameters
- message String
- The message that describes the error.
See Also