ComRegistrationException Constructor (String, Exception) |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ComRegistrationException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
ComRegistrationException(
String^ message,
Exception^ inner
)
DataPAEnterpriseDashboard.ComRegistrationException = function(message, inner);
Parameters
- message
- Type: SystemString
- inner
- Type: SystemException
See Also