  | SafeModeException Constructor (String, Exception) | 
  
    Namespace: 
   Ookii.Jumbo.Dfs
    Assembly:
   Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntaxpublic SafeModeException(
	string message,
	Exception inner
)
Public Sub New ( 
	message As String,
	inner As Exception
)
public:
SafeModeException(
	String^ message, 
	Exception^ inner
)
new : 
        message : string * 
        inner : Exception -> SafeModeExceptionParameters
- message
 - Type: SystemString
The error message that explains the reason for the SafeModeException. - inner
 - Type: SystemException
The SafeModeException that is the cause of the current SafeModeException, or a null reference (Nothing in Visual Basic) if no inner SafeModeException is specified. 
See Also