PipelineException Class (Microsoft.Xna.Framework.Content.Pipeline)

Thrown when errors are encountered during a content pipeline build.
System.Object
   System.Exception
      Microsoft.Xna.Framework.Content.Pipeline.PipelineException

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
[SerializableAttribute]
public class PipelineException : Exception

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The PipelineException type exposes the following members.

  Platforms Name Description
PipelineException() Creates an instance of PipelineException. 
PipelineException(SerializationInfo, StreamingContext) Creates an instance of PipelineException with information on serialization and streaming context for the related content item. 
PipelineException(string) Initializes a new instance of the PipelineException class with the specified error message. 
PipelineException(string, Exception) Initializes a new instance of the PipelineException class with the specified error message and a reference to the inner exception that is the cause of this exception. 
PipelineException(string, Object[]) Initializes a new instance of the PipelineException class with the specified error message. 
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop