GridFSException Constructor (String, Exception) | 
  
    Namespace: 
   MongoDB.Driver.GridFS
    Assembly:
   MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic GridFSException(
	string message,
	Exception innerException
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
new : 
        message : string * 
        innerException : Exception -> GridFSExceptionParameters
- message
 - Type: SystemString
The error message. - innerException
 - Type: SystemException
The inner exception. 
See Also