InvalidModuleException Constructor (String, Exception) |
Namespace: ConnectedApps.Cms.ExceptionsAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic InvalidModuleException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
InvalidModuleException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> InvalidModuleException
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also