Public Property FieldException As Exception
Dim instance As FieldResult Dim value As Exception instance.FieldException = value value = instance.FieldException
public Exception FieldException {get; set;}
public: property Exception^ FieldException { Exception^ get(); void set ( Exception^ value); }