Skip to main content
Version: 1.0.0-preview.36

Velaptor.Content.Exceptions.LoadContentException

Velaptor

Velaptor.Content.Exceptions

LoadContentException Class

Thrown when there is an issue loading content.

public sealed class LoadContentException : System.Exception

Inheritance System.ObjectSystem.Exception → LoadContentException

Constructors

LoadContentException() Constructor

Initializes a new instance of the LoadContentException class.

public LoadContentException();

LoadContentException(string, Exception) Constructor

Initializes a new instance of the LoadContentException class.

public LoadContentException(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.

LoadContentException(string) Constructor

Initializes a new instance of the LoadContentException class.

public LoadContentException(string message);

Parameters

message System.String

The message that describes the error.