Constructor InvalidBlobFilePathException
- Namespace
- YndigoBlue.Velocity.Exceptions
- Assembly
- YndigoBlue.Velocity.dll
InvalidBlobFilePathException()
Initializes a new instance of the InvalidBlobFilePathException class.
public InvalidBlobFilePathException()
InvalidBlobFilePathException(string)
Initializes a new instance of the InvalidBlobFilePathException class with a specified error message.
public InvalidBlobFilePathException(string message)
Parameters
messagestringThe message that describes the error.