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.Object → System.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.