Class ContentLoadException
The exception that's thrown when an error occurs when loading content.
public class ContentLoadException : Exception, ISerializable
  - Inheritance
 - 
      
      
      ContentLoadException
 
- Implements
 
- Inherited Members
 
Constructors
ContentLoadException()
Create a new ContentLoadException instance.
public ContentLoadException()
  ContentLoadException(string)
Create a new ContentLoadException instance with the specified message.
public ContentLoadException(string message)
  Parameters
messagestringThe message of the exception.
ContentLoadException(string, Exception)
Create a new ContentLoadException instance with the specified message and inner exception.
public ContentLoadException(string message, Exception innerException)