Share via


PipelineException Constructor (String, Object )

Note

This constructor is available only when developing for Windows.

Initializes a new instance of the PipelineException class with the specified error message.

Syntax

'Declaration
Public Sub New ( _
         message As String, _
         messageArgs As Object() _
)
public PipelineException (
         string message,
         params Object[] messageArgs
)
public:
PipelineException(
         String message,
         params Object messageArgs[]
)

Parameters

  • message
    Type: String
    A message that describes the error.
  • messageArgs
    Type: Object
    [ParamArrayAttribute] Array of strings specifying message-related arguments.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline

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

See Also

Reference

PipelineException Class
PipelineException Members
Microsoft.Xna.Framework.Content.Pipeline Namespace

Platforms

Windows 7, Windows Vista, Windows XP