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