Table of Contents

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

message string

The message that describes the error.