InvalidContentException Class

Note

This class is available only when developing for Windows.

Thrown when errors are encountered in content during processing.

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

Syntax

[SerializableAttribute]
public class InvalidContentException : Exception

Remarks

InvalidContentException is an exception that any importer or content processor can throw to indicate a problem with the current content file. Exceptions of this type are presented differently from all other exceptions the pipeline throws. Exceptions of this type indicate a problem in the content. Other exceptions the content pipeline throws indicate a problem with the pipeline code itself. The InvalidContentException class has properties that identify the content file with the problem, if available.

See Also

Reference

InvalidContentException Members
Microsoft.Xna.Framework.Content.Pipeline Namespace

Platforms

Windows 7, Windows Vista, Windows XP