ClassFactoryException Constructor (String, Exception) |
Creates a new object.
Namespace: InterfaceFactoryAssembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ClassFactoryException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
ClassFactoryException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> ClassFactoryException
Parameters
- message
- Type: SystemString
- inner
- Type: SystemException
See Also