DfsException Constructor (String, Exception) |
Initializes a new instance of the DfsException class with a specified error message
and a reference to the inner exception that is the cause of this exception
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic DfsException(
string s,
Exception inner
)
Public Sub New (
s As String,
inner As Exception
)
public:
DfsException(
String^ s,
Exception^ inner
)
new :
s : string *
inner : Exception -> DfsException
Parameters
- s
- Type: SystemString
- inner
- Type: SystemException
See Also