Velaptor.Exceptions.LoadEmbeddedResourceException
Velaptor
Velaptor.Exceptions
LoadEmbeddedResourceException Class
Occurs when something goes wrong with loading an embedded resource.
public sealed class LoadEmbeddedResourceException : System.Exception
Inheritance System.Object → System.Exception → LoadEmbeddedResourceException
Constructors
LoadEmbeddedResourceException() Constructor
Initializes a new instance of the LoadEmbeddedResourceException class.
public LoadEmbeddedResourceException();
LoadEmbeddedResourceException(string, Exception) Constructor
Initializes a new instance of the LoadEmbeddedResourceException class.
public LoadEmbeddedResourceException(string message, System.Exception innerException);
Parameters
message
System.String
The exception message.
innerException
System.Exception
The System.Exception instance that caused the current exception.
LoadEmbeddedResourceException(string) Constructor
Initializes a new instance of the LoadEmbeddedResourceException class.
public LoadEmbeddedResourceException(string message);
Parameters
message
System.String
The exception message.