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