Skip to main content
Version: 1.0.0-preview.38

Velaptor.Scene.Exceptions.SceneDoesNotExistException

Velaptor

Velaptor.Scene.Exceptions

SceneDoesNotExistException Class

Thrown when a scene does not exist.

public sealed class SceneDoesNotExistException : System.Exception

Inheritance System.ObjectSystem.Exception → SceneDoesNotExistException

Constructors

SceneDoesNotExistException() Constructor

Initializes a new instance of the SceneDoesNotExistException class.

public SceneDoesNotExistException();

SceneDoesNotExistException(string, Exception) Constructor

Initializes a new instance of the SceneDoesNotExistException class.

public SceneDoesNotExistException(string message, System.Exception innerException);

Parameters

message System.String

The message that describes the error.

innerException System.Exception

The System.Exception instance that caused the current exception.

SceneDoesNotExistException(string) Constructor

Initializes a new instance of the SceneDoesNotExistException class.

public SceneDoesNotExistException(string message);

Parameters

message System.String

The message that describes the error.

SceneDoesNotExistException(Guid) Constructor

Initializes a new instance of the SceneDoesNotExistException class.

public SceneDoesNotExistException(System.Guid id);

Parameters

id System.Guid

The scene ID.