Compartir a través de


GraphReaderWriterException Constructor (String, Exception)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSubNew ( _
    messageAsString, _
    innerExceptionAsException _
)
'Usage
DimmessageAsStringDiminnerExceptionAsExceptionDiminstanceAs NewGraphReaderWriterException(message, _
    innerException)
publicGraphReaderWriterException(
    stringmessage,
    ExceptioninnerException
)
public:
GraphReaderWriterException(
    String^ message, 
    Exception^ innerException
)
publicfunctionGraphReaderWriterException(
    message : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

GraphReaderWriterException Class

GraphReaderWriterException Members

GraphReaderWriterException Overload

System.Dataflow Namespace