Construtor GraphSerializationErrorEventArgs
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)
Sintaxe
'Declaração
Public Sub New ( _
error As Exception _
)
public GraphSerializationErrorEventArgs(
Exception error
)
public:
GraphSerializationErrorEventArgs(
Exception^ error
)
new :
error:Exception -> GraphSerializationErrorEventArgs
public function GraphSerializationErrorEventArgs(
error : Exception
)
Parâmetros
- error
Tipo: System.Exception
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.